Skip to content

Commit

Permalink
add valid params to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartHubSolutions committed Feb 21, 2025
1 parent f4bedfc commit 3cb9ff0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adapters/smarthub/params_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import (

var validParams = []string{
`{"partnerName":"partnertest", "seat":"9Q20EdGxzgWdfPYShScl", "token":"eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW"}`,
`{"partnerName":"", "seat":"1", "token":"1"}`,
`{"seat":"1", "token":"1"}`,
}

func TestValidParams(t *testing.T) {
Expand Down

0 comments on commit 3cb9ff0

Please sign in to comment.