Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamedia committed Jun 19, 2023
1 parent b21f0e9 commit 52cfb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/sa_lunamedia/params_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (

var validParams = []string{
`{ "key": "2", "type": "network"}`,
`{ "key": "1"}`,
`{ "key": "33232", "type": "publisher"}`,
}

Expand All @@ -36,6 +35,7 @@ var invalidParams = []string{
`{ "anyparam": "anyvalue" }`,
`{ "type": "network" }`,
`{ "key": "asddsfd", "type": "any"}`,
`{ "key": "1"}`,
}

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

0 comments on commit 52cfb3d

Please sign in to comment.