Skip to content

Commit

Permalink
Fixes broken DlsFlsCrossClusterSearchTest
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Aug 25, 2023
1 parent 7ef9302 commit c960c4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public void testCcs() throws Exception {
Assert.assertFalse(body.contains("secret1"));
Assert.assertFalse(body.contains("AnotherSecredField"));
Assert.assertFalse(body.contains("xxx1"));
Assert.assertEquals(ccs.getHeaders().toString(), 3, ccs.getHeaders().size());
Assert.assertEquals(ccs.getHeaders().toString(), 1, ccs.getHeaders().size());
}

@Test
Expand Down

0 comments on commit c960c4d

Please sign in to comment.