Skip to content

Commit ce7a623

Browse files
committed
Wrong 'sys.argv' values
1 parent 1fe7096 commit ce7a623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cli/test_generate_route_manifest_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def test_run(
1313
mock_exit = mocker.patch("builtins.exit")
1414

1515
# Run the function with its args
16-
sys.argv = ["--debug"]
16+
sys.argv = ["", "--debug"]
1717
run()
1818

1919
# Check that the final print message and exit() are called

0 commit comments

Comments
 (0)