Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elyousfi5 committed Jul 24, 2024
1 parent 2c485c8 commit 1d19b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ostorlab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ args:
description: "Template of timing settings (T0, T1, ... T5)."
value: "T3"
- name: "script_default"
type: "bool"
type: "boolean"
description: "Script scan, equivalent to --script=default"
value: true
- name: "scripts"
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def nmap_agent_top_ports(
),
utils_definitions.Arg(
name="top_ports",
type="int",
type="number",
value=json.dumps("420").encode(),
),
],
Expand Down

0 comments on commit 1d19b06

Please sign in to comment.