summaryrefslogtreecommitdiff
path: root/tests/frontend/artifact_show.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/artifact_show.py')
-rw-r--r--tests/frontend/artifact_show.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/artifact_show.py b/tests/frontend/artifact_show.py
index 913dde9c8..76ea93d63 100644
--- a/tests/frontend/artifact_show.py
+++ b/tests/frontend/artifact_show.py
@@ -124,7 +124,7 @@ def test_artifact_show_element_available_remotely(cli, tmpdir, datafiles):
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 the artifact from the local cache
result = cli.run(project=project, args=['artifact', 'delete', element])