Skip to content

Commit 734ef15

Browse files
committed
fix: Remove unnecessary error assignment in destroyBundle call
1 parent be6fefa commit 734ef15

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
@@ -246,8 +246,7 @@ func TestDeployUcVolume(t *testing.T) {
246246
deployBundle(t, ctx, bundleRoot)
247247

248248
t.Cleanup(func() {
249-
err := destroyBundle(t, ctx, bundleRoot)
250-
require.NoError(t, err)
249+
destroyBundle(t, ctx, bundleRoot)
251250
})
252251

253252
// Assert the volume is created successfully

0 commit comments

Comments
 (0)