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

Commit c61aafe

Browse files
committed
Fix test name and add explanation comment to ci test group
1 parent acba274 commit c61aafe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ jobs:
264264
run: |
265265
cd tests/integration/
266266
npm ci
267+
# This steps should include Integration tests which arent related to a Specific Scanner
267268
- name: "Generic Integration Tests"
268269
run: |
269270
cd tests/integration/

tests/integration/no-scan-definition-error.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { scan } = require('./helpers')
22

33
test(
4-
"invalid port scan should be marked as errored",
4+
"scan without a matching ScanType should be marked as errored",
55
async () => {
66
await expect(scan(
77
"scan-type-not-found",

0 commit comments

Comments
 (0)