Skip to content

Commit

Permalink
Fix golangci-lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
falfaroc committed Nov 29, 2024
1 parent 152f249 commit 15a7f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func TestIntegration(t *testing.T) {

stop()
if exitVal != 0 {
os.Exit(exitVal)
t.Fatalf("[TestIntegration] godog exited with %d", exitVal)
}
}

Expand Down Expand Up @@ -157,7 +157,7 @@ func TestZoneIntegration(t *testing.T) {

stop()
if exitVal != 0 {
os.Exit(exitVal)
t.Fatalf("[TestZoneIntegration] godog exited with %d", exitVal)
}
}

Expand Down

0 comments on commit 15a7f4d

Please sign in to comment.