Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit d532985

Browse files
committed
#33 Fix expected values for intermediate representation
1 parent 50e9998 commit d532985

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hooks/declarative-subsequent-scans/hook.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ test("should create subsequent scans for open HTTPS ports (NMAP findings)", () =
7575
expect(cascadedScans).toMatchInlineSnapshot(`
7676
Array [
7777
Object {
78-
"cascades": Object {},
78+
"cascades": null,
7979
"generatedBy": "tls-scans",
8080
"name": "sslyze-foobar.com-tls-scans",
8181
"parameters": Array [
@@ -134,7 +134,7 @@ test("should not try to do magic to the scan name if its something random", () =
134134
expect(cascadedScans).toMatchInlineSnapshot(`
135135
Array [
136136
Object {
137-
"cascades": Object {},
137+
"cascades": null,
138138
"generatedBy": "tls-scans",
139139
"name": "foobar.com-tls-scans",
140140
"parameters": Array [

0 commit comments

Comments
 (0)