Skip to content

Commit

Permalink
Fix: the first addon should not be example (#2793)
Browse files Browse the repository at this point in the history
As addon example has been removed, the first addon on should not
be `example`
  • Loading branch information
zzxwill committed Nov 24, 2021
1 parent ec5e2b4 commit e5a86ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e-apiserver-test/addon_test.go
Expand Up @@ -84,7 +84,7 @@ var _ = Describe("Test addon rest api", func() {
Expect(err).Should(BeNil())
Expect(lres.Addons).ShouldNot(BeZero())
firstAddon := lres.Addons[0]
Expect(firstAddon.Name).Should(Equal("example"))
Expect(firstAddon.Name).Should(Equal("fluxcd"))

})

Expand Down

0 comments on commit e5a86ef

Please sign in to comment.