Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
Change-Id: I63a6e54829ef5ea2db8d3b3b2db0afdc89cc1248
  • Loading branch information
igorbernstein2 committed Sep 27, 2024
1 parent 79c5eae commit be7e931
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ public void testNoCookieSucceedGenerateInitialChangeStreamParition() {
Metadata lastMetadata = serverMetadata.get(fakeService.count.get() - 1);

assertThat(lastMetadata)
.doesNotContainKeys(ROUTING_COOKIE_1.name(), ROUTING_COOKIE_2.name(), BAD_KEY.name());
.doesNotContainKeys(ROUTING_COOKIE_2.name(), BAD_KEY.name());

serverMetadata.clear();
}
Expand Down

0 comments on commit be7e931

Please sign in to comment.