We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805a341 commit 495b3c5Copy full SHA for 495b3c5
1 file changed
operator/utils/hash_test.go
@@ -53,7 +53,7 @@ var _ = Describe("ScanType Hashing", func() {
53
It("should hash scantype consistently", func() {
54
hashValues := HashScanType(scanType)
55
// note: this hash changes with every kubernetes release as kubernetes adds new field to their objects which causes the hashes to change.
56
- Expect(hashValues).To(Equal(uint64(0xba4b605a6550aca3)), "Should hash scantype consistently")
+ Expect(hashValues).To(Equal(uint64(11099598195720215515)), "Should hash scantype consistently")
57
})
58
59
It("should ignore non-scb annotations on the scantypes", func() {
0 commit comments