Skip to content

Commit

Permalink
[chore] Address a ginkgolinter warning
Browse files Browse the repository at this point in the history
Address a ginkgolinter warning
introduced with kubevirt#10993
since it's currently preventing a backport
of it to a stabilization branch
where ginkgolinter is enforcing.

Signed-off-by: Simone Tiraboschi <[email protected]>
  • Loading branch information
tiraboschi committed Jan 18, 2024
1 parent fc391e9 commit deefac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/guestlog/guestlog.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ var _ = Describe("[sig-compute]Guest console log", decorators.SigCompute, func()
foundContainer = true
}
}
Expect(foundContainer).To(Equal(true))
Expect(foundContainer).To(BeTrue())

By("Triggering a shutdown from the guest OS")
Expect(console.LoginToCirros(vmi)).To(Succeed())
Expand Down

0 comments on commit deefac5

Please sign in to comment.