Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Pinsonneau <[email protected]>
  • Loading branch information
jotak and jpinsonneau authored Dec 13, 2023
1 parent d1ebcc4 commit 6474afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/flowcollector_controller_console_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ func flowCollectorConsolePluginSpecs() {
}, timeout, interval).Should(BeEmpty())
})

It("Should be unregistered", func() {
By("Update CR to unregister")
It("Should be registered", func() {
By("Update CR to register")
UpdateCR(crKey, func(fc *flowslatest.FlowCollector) {
fc.Spec.ConsolePlugin.Register = ptr.To(true)
})
Expand Down

0 comments on commit 6474afc

Please sign in to comment.