| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -53,7 +53,7 @@ var _ = Describe("ScanType Hashing", func() { | |||
| 53 | 53 | It("should hash scantype consistently", func() { | |
| 54 | 54 | hashValues := HashScanType(scanType) | |
| 55 | 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") | ||
| 56 | + Expect(hashValues).To(Equal(uint64(17583048783387018824)), "Should hash scantype consistently") | ||
| 57 | 57 | }) | |
| 58 | 58 | ||
| 59 | 59 | It("should ignore non-scb annotations on the scantypes", func() { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments