Skip to content

Commit 059b9ba

Browse files
authored
Merge branch 'master' into fix_delete_service_bug
2 parents 78f14b6 + ef91a92 commit 059b9ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/e2e/e2e_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ var _ = BeforeSuite(func() {
104104
HaveLen(1),
105105
ContainElement(Not(BeZero())),
106106
))
107+
_, err := fetchCatalogSourceOnStatus(ctx.Ctx().OperatorClient(), "operatorhubio-catalog", operatorNamespace, catalogSourceRegistryPodSynced)
108+
Expect(err).NotTo(HaveOccurred())
109+
107110
})
108111

109112
var _ = AfterSuite(func() {

0 commit comments

Comments
 (0)