diff options
-rw-r--r-- | tests/frontend/pull.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/frontend/pull.py b/tests/frontend/pull.py index fcfd447b7..3ae394fd1 100644 --- a/tests/frontend/pull.py +++ b/tests/frontend/pull.py @@ -414,7 +414,7 @@ def test_pull_access_rights(cli, tmpdir, datafiles): result = cli.run( project=project, - args=["artifact", "checkout", "--hardlinks", "--no-integrate", "compose-all.bst", "--directory", checkout], + args=["artifact", "checkout", "--no-integrate", "compose-all.bst", "--directory", checkout], ) result.assert_success() @@ -440,7 +440,7 @@ def test_pull_access_rights(cli, tmpdir, datafiles): result = cli.run( project=project, - args=["artifact", "checkout", "--hardlinks", "--no-integrate", "compose-all.bst", "--directory", checkout], + args=["artifact", "checkout", "--no-integrate", "compose-all.bst", "--directory", checkout], ) result.assert_success() |