diff options
Diffstat (limited to 'tests/frontend/artifact_delete.py')
-rw-r--r-- | tests/frontend/artifact_delete.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/artifact_delete.py b/tests/frontend/artifact_delete.py index 80870c81a..a9f5ec6da 100644 --- a/tests/frontend/artifact_delete.py +++ b/tests/frontend/artifact_delete.py @@ -159,7 +159,7 @@ def test_artifact_delete_pulled_artifact_without_buildtree(cli, tmpdir, datafile result.assert_success() # Make sure it's in the share - assert remote.has_artifact(cli.get_artifact_name(project, 'test', element)) + assert remote.get_artifact(cli.get_artifact_name(project, 'test', element)) # Delete and then pull the artifact (without its buildtree) result = cli.run(project=project, args=['artifact', 'delete', element]) |