diff --git a/gptscript_test.go b/gptscript_test.go index 2a19e60..eb471c8 100644 --- a/gptscript_test.go +++ b/gptscript_test.go @@ -1047,7 +1047,7 @@ func TestConfirmDeny(t *testing.T) { return } - if !strings.Contains(confirmCallEvent.Input, "\"ls\"") { + if !strings.Contains(confirmCallEvent.Input, "ls") { t.Errorf("unexpected confirm input: %s", confirmCallEvent.Input) }