Skip to content

Commit

Permalink
fix e2e failure
Browse files Browse the repository at this point in the history
Signed-off-by: everettraven <everettraven@gmail.com>
  • Loading branch information
everettraven committed Nov 6, 2024
1 parent dafcf01 commit 5b081f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/unpack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ var _ = Describe("ClusterCatalog Unpacking", func() {
g.Expect(err).ToNot(HaveOccurred())
cond := meta.FindStatusCondition(catalog.Status.Conditions, catalogd.TypeProgressing)
g.Expect(cond).ToNot(BeNil())
g.Expect(cond.Status).To(Equal(metav1.ConditionFalse))
g.Expect(cond.Status).To(Equal(metav1.ConditionTrue))
g.Expect(cond.Reason).To(Equal(catalogd.ReasonSucceeded))
}).Should(Succeed())

Expand Down

0 comments on commit 5b081f0

Please sign in to comment.