Skip to content

Commit b53ac59

Browse files
committed
chore: candidate-v1.1.0 channel
1 parent 759ef62 commit b53ac59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/acceptance/fbc_images_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ var _ = Describe("File-based catalog images", Ordered, func() {
8888
})
8989

9090
It("verify channels", func() {
91-
expectedChannels := []string{"stable", "stable-v1.1", "stable-v1.0"}
91+
// TODO find a source which will identify list of expected channels
92+
expectedChannels := []string{"stable", "candidate-v1.1.0", "stable-v1.0"}
9293
Expect(channels).To(HaveLen(len(expectedChannels)))
9394

9495
for _, channel := range channels {
9596
Expect(channel.Package).To(Equal(olmPackage))
9697
Expect(expectedChannels).To(ContainElement(channel.Name))
9798
}
98-
9999
})
100100

101101
It("contains operator-bundle", func() {

0 commit comments

Comments
 (0)