Skip to content

Commit 917660d

Browse files
fix: linter
1 parent 37747d4 commit 917660d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e_tests/boundary_integration_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,5 +171,6 @@ func TestBoundaryIntegration(t *testing.T) {
171171
}
172172

173173
// Clean up binary
174-
os.Remove("/tmp/boundary-test")
174+
err = os.Remove("/tmp/boundary-test")
175+
require.NoError(t, err, "Failed to remove /tmp/boundary-test")
175176
}

0 commit comments

Comments
 (0)