Skip to content

Commit 098b732

Browse files
committed
Fix formatting of inline expectation test comment
1 parent e2a47e7 commit 098b732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/test/query-tests/security/CWE-807/semmle/tests/ConditionalBypassTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static void main(HttpServletRequest request) throws Exception {
3838
}
3939

4040
// FALSE NEGATIVE: we have no way of telling that the skipped method is sensitive
41-
if (adminCookie.getValue() == "false") // $ MISSING: $ hasConditionalBypassTest
41+
if (adminCookie.getValue() == "false") // $ MISSING: hasConditionalBypassTest
4242
doReallyImportantSecurityWork();
4343

4444
InetAddress local = InetAddress.getLocalHost();

0 commit comments

Comments
 (0)