add tests for bad params Get scenarios

This commit is contained in:
Joel Wetzell
2026-03-22 19:39:24 -05:00
parent e5e1ea9f63
commit 94bc22928b
4 changed files with 639 additions and 308 deletions

View File

@@ -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",