You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: checkmarx-ast-eclipse-plugin-tests/src/test/java/checkmarx/ast/eclipse/plugin/tests/integration/AuthenticatorIntegrationTest.java
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,4 +22,15 @@ public void testSuccessfulAuthentication() {
22
22
assertFalse("Authentication result should not contain error", result.toLowerCase().contains("error"));
23
23
System.out.println("=== Authentication Test Completed ===\n");
24
24
}
25
+
26
+
@Test
27
+
publicvoidtestInvalidApiKeyAuthentication() {
28
+
System.out.println("\n=== Starting Invalid API Key Test ===");
0 commit comments