Skip to content

Commit dc5e2db

Browse files
committed
Update
1 parent 599c8ca commit dc5e2db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_args.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_correct_parsing_args(
6060
str(creds_fixture),
6161
"--script",
6262
"execution_script",
63-
"--mount-point",
63+
"--mountpoint",
6464
"/tmp",
6565
"--skip-ntp",
6666
"--debug",
@@ -85,7 +85,7 @@ def test_correct_parsing_args(
8585
silent=True,
8686
dry_run=True,
8787
script="execution_script",
88-
mountpoint=Path("/mnt"),
88+
mountpoint=Path("/tmp"),
8989
skip_ntp=True,
9090
debug=True,
9191
offline=True,

0 commit comments

Comments
 (0)