Skip to content

Commit 9efefa6

Browse files
committed
Fix test expectations
1 parent 29f23ee commit 9efefa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/test/query-tests/security/CWE-798/semmle/tests/HardcodedCouchBaseCredentials.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public static void test() {
5757
Cluster.connect(
5858
"127.0.0.1",
5959
clusterOptions(
60-
"Administrator", // $ HardcodedCredentialsApiCall
61-
"password")); // $ HardcodedCredentialsApiCall
60+
"Administrator", // $ HardcodedCredentialsSourceCall $ HardcodedCredentialsApiCall
61+
"password")); // $ HardcodedCredentialsSourceCall $ HardcodedCredentialsApiCall
6262
}
6363
}

0 commit comments

Comments
 (0)