Skip to content

Commit 2aeec58

Browse files
committed
Update expected fingerprint after ObjectId implementation changes
MongoDB's ObjectId hash code implementation changed, so we have to update the expected fingerprint. See: mongodb/mongo-java-driver#1582
1 parent 8390c17 commit 2aeec58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graylog2-server/src/test/java/org/graylog2/streams/StreamListFingerprintTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public void testGetFingerprint() throws Exception {
102102

103103
// The fingerprint depends on the hashCode of each stream and stream rule and might change if the underlying
104104
// implementation changed.
105-
assertEquals("dc859599e0c4564322fbb7535796e96147ad766b", fingerprint.getFingerprint());
105+
assertEquals("d669c1037a49c956ef8f25033abc065c2fb259d4", fingerprint.getFingerprint());
106106
}
107107

108108
@Test

0 commit comments

Comments
 (0)