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 599c8ca commit dc5e2dbCopy full SHA for dc5e2db
1 file changed
tests/test_args.py
@@ -60,7 +60,7 @@ def test_correct_parsing_args(
60
str(creds_fixture),
61
"--script",
62
"execution_script",
63
- "--mount-point",
+ "--mountpoint",
64
"/tmp",
65
"--skip-ntp",
66
"--debug",
@@ -85,7 +85,7 @@ def test_correct_parsing_args(
85
silent=True,
86
dry_run=True,
87
script="execution_script",
88
- mountpoint=Path("/mnt"),
+ mountpoint=Path("/tmp"),
89
skip_ntp=True,
90
debug=True,
91
offline=True,
0 commit comments