mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
add tests for bad params Get scenarios
This commit is contained in:
@@ -241,7 +241,7 @@ func TestBadOSCMessageCreate(t *testing.T) {
|
||||
"types": "ss",
|
||||
},
|
||||
payload: "test",
|
||||
errorString: "osc.message.create args error: element at index 1 is not a string",
|
||||
errorString: "osc.message.create args error: not a string slice",
|
||||
},
|
||||
{
|
||||
name: "bad arg template",
|
||||
|
||||
Reference in New Issue
Block a user