Skip to content

Commit 244f5df

Browse files
committed
actually set to false for disabled test case
1 parent 42fd911 commit 244f5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astra/src/test/java/com/slack/astra/zipkinApi/TraceFetcherTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ public void testGetTraceByTraceIdHexBase64_disabled() throws Exception {
655655
Optional.empty(),
656656
Optional.empty(),
657657
Optional.empty(),
658-
Optional.of(Boolean.TRUE));
658+
Optional.of(Boolean.FALSE));
659659

660660
verify(searcher)
661661
.doSearch(

0 commit comments

Comments
 (0)