There was an error while loading. Please reload this page.
1 parent 9877702 commit 36d4ae1Copy full SHA for 36d4ae1
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(6491418262890710719)), "Should hash scantype consistently")
+ Expect(hashValues).To(Equal(uint64(17583048783387018824)), "Should hash scantype consistently")
57
})
58
59
It("should ignore non-scb annotations on the scantypes", func() {
0 commit comments