Skip to content

Commit ed6cdb7

Browse files
committed
Fix unit test
Signed-off-by: Samreet Singh <[email protected]>
1 parent 8bd87bb commit ed6cdb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanners/nmap/parser/parser.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ test("should properly parse nmap xml file", async () => {
3535
"serviceProduct": null,
3636
"serviceVersion": null,
3737
"state": "open",
38-
"tunnel": null,
38+
"tunnel": "none",
3939
},
4040
"category": "Open Port",
4141
"description": "Port 53 is open using tcp protocol.",

0 commit comments

Comments
 (0)