We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830e515 commit 9757416Copy full SHA for 9757416
src/test/java/com/checkmarx/ast/AuthTest.java
@@ -16,7 +16,7 @@ class AuthTest extends BaseTest {
16
void testAuthValidate() throws CxException, IOException, InterruptedException {
17
Assertions.assertNotNull(wrapper.authValidate());
18
}
19
-
+//
20
@Test
21
void testAuthFailure() {
22
CxConfig cxConfig = getConfig();
0 commit comments