summaryrefslogtreecommitdiff
path: root/tests/frontend/push.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/push.py')
-rw-r--r--tests/frontend/push.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/frontend/push.py b/tests/frontend/push.py
index 80cf07067..0b1d988f9 100644
--- a/tests/frontend/push.py
+++ b/tests/frontend/push.py
@@ -166,11 +166,13 @@ def test_push_artifact_glob(cli, tmpdir, datafiles):
# Configure artifact share
cli.configure({"artifacts": {"url": share.repo, "push": True}})
- # Run bst artifact push with a wildcard.
- # This matches two artifact refs (weak and strong cache keys).
+ # Run bst artifact push with a wildcard, there is only one artifact
+ # matching "test/target/*", even though it can be accessed both by it's
+ # strong and weak key.
+ #
result = cli.run(project=project, args=["artifact", "push", "test/target/*"])
result.assert_success()
- assert len(result.get_pushed_elements()) == 2
+ assert len(result.get_pushed_elements()) == 1
# Tests that: