Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenkramm committed Jun 4, 2024
1 parent 47a5339 commit e131ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/actions/runscript/runscript_win_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func TestScriptExecuteWindows(t *testing.T) {
script: "ping -n 60 127.0.0.1",
timeout: 3,
interpreter: "cmd",
wantError: "script killed, timeout 3 sec exceeded",
wantError: "timeout 3 sec exceeded",
wantExitCode: 0,
},
{
Expand Down

0 comments on commit e131ad2

Please sign in to comment.