Skip to content

Commit

Permalink
make confirm test more lenient
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Linville <[email protected]>
  • Loading branch information
g-linville committed Oct 11, 2024
1 parent 9d06b27 commit 19de5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gptscript_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 19de5cb

Please sign in to comment.