Skip to content

Commit e42d5fa

Browse files
committed
fix: Remove unnecessary error assignment in destroyBundle call
1 parent 05c5766 commit e42d5fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

integration/bundle/deploy_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@ func TestDeployUcVolume(t *testing.T) {
247247
deployBundle(t, ctx, bundleRoot)
248248

249249
t.Cleanup(func() {
250-
err := destroyBundle(t, ctx, bundleRoot)
251-
require.NoError(t, err)
250+
destroyBundle(t, ctx, bundleRoot)
252251
})
253252

254253
// Assert the volume is created successfully

0 commit comments

Comments
 (0)