We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe7096 commit ce7a623Copy full SHA for ce7a623
tests/cli/test_generate_route_manifest_cli.py
@@ -13,7 +13,7 @@ def test_run(
13
mock_exit = mocker.patch("builtins.exit")
14
15
# Run the function with its args
16
- sys.argv = ["--debug"]
+ sys.argv = ["", "--debug"]
17
run()
18
19
# Check that the final print message and exit() are called
0 commit comments