Skip to content

Commit 789a041

Browse files
committed
make confirm test more lenient
Signed-off-by: Grant Linville <[email protected]>
1 parent eb67973 commit 789a041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gptscript_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ func TestConfirmDeny(t *testing.T) {
10471047
return
10481048
}
10491049

1050-
if !strings.Contains(confirmCallEvent.Input, "\"ls\"") {
1050+
if !strings.Contains(confirmCallEvent.Input, "ls") {
10511051
t.Errorf("unexpected confirm input: %s", confirmCallEvent.Input)
10521052
}
10531053

0 commit comments

Comments
 (0)