File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -163,8 +163,7 @@ func TestGenerateAndBind(t *testing.T) {
163163
164164 deployBundle (t , ctx , bundleRoot )
165165
166- err = destroyBundle (t , ctx , bundleRoot )
167- require .NoError (t , err )
166+ destroyBundle (t , ctx , bundleRoot )
168167
169168 // Check that job is bound and does not extsts after bundle is destroyed
170169 _ , err = w .Jobs .Get (ctx , jobs.GetJobRequest {
Original file line number Diff line number Diff line change @@ -183,8 +183,7 @@ func TestBundlePipelineRecreateWithoutAutoApprove(t *testing.T) {
183183 deployBundle (t , ctx , bundleRoot )
184184
185185 t .Cleanup (func () {
186- err := destroyBundle (t , ctx , bundleRoot )
187- require .NoError (t , err )
186+ destroyBundle (t , ctx , bundleRoot )
188187 })
189188
190189 // Assert the pipeline is created
@@ -220,8 +219,7 @@ func TestDeployBasicBundleLogs(t *testing.T) {
220219 })
221220
222221 t .Cleanup (func () {
223- err := destroyBundle (t , ctx , root )
224- require .NoError (t , err )
222+ destroyBundle (t , ctx , root )
225223 })
226224
227225 currentUser , err := wt .W .CurrentUser .Me (ctx )
You can’t perform that action at this time.
0 commit comments