Skip to content

Commit 2fc9bc4

Browse files
committed
[backend] feat: fix feedbacks pr
1 parent 67b4110 commit 2fc9bc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openaev-api/src/test/java/io/openaev/rest/inject/InjectApiTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1708,7 +1708,7 @@ void shouldCreateFindingForEachCredentialPairExtractedFromRawOutput() throws Exc
17081708
Inject credInject = (Inject) setup[0];
17091709
String agentId = (String) setup[1];
17101710

1711-
// domain\\user:pass format each line produces one finding
1711+
// domain\\user:pass format, each line produces one finding
17121712
String rawOutput =
17131713
"SMB 192.168.11.23 445 SERVER [+] WORKGROUP\\\\alice:secret123 (Pwn3d!)\\n"
17141714
+ "SMB 192.168.11.23 445 SERVER [+] WORKGROUP\\\\bob:hunter2 (Pwn3d!)\\n";

0 commit comments

Comments
 (0)