Skip to content

Commit 67376a1

Browse files
thardeckweyfonk
andauthored
Update integrationtests/controller/bundle/bundle_error_handling_test.go
Co-authored-by: Corentin Néau <[email protected]>
1 parent 0573cc5 commit 67376a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrationtests/controller/bundle/bundle_error_handling_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ var _ = Describe("Bundle controller error handling", Ordered, func() {
182182
cleanupResources(bundle, bundleName, testID, content, cluster1, cluster2)
183183
})
184184

185-
It("should not delete existing bundledeployments when content resource fails", func() {
185+
It("should not delete existing bundledeployments when bundle deployment creation fails", func() {
186186
By("capturing the original bundledeployment UIDs")
187187
var uid1, uid2 types.UID
188188
Eventually(func(g Gomega) {

0 commit comments

Comments
 (0)