diff options
author | Tristan Maat <tristan.maat@codethink.co.uk> | 2019-09-05 12:47:15 +0100 |
---|---|---|
committer | Tristan Maat <tristan.maat@codethink.co.uk> | 2019-09-06 12:26:17 +0100 |
commit | 77db59dc6f5c95d54e7b58b8789b7a399a22e1ab (patch) | |
tree | 98b34885984452a07d23008dbf578ec990e2d18f /tests/frontend/push.py | |
parent | 2de79490ca5d55cac35580f172454f577b758abd (diff) | |
download | buildstream-tlater/cache-endpoints.tar.gz |
Change unfitting function nametlater/cache-endpoints
Diffstat (limited to 'tests/frontend/push.py')
-rw-r--r-- | tests/frontend/push.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/push.py b/tests/frontend/push.py index 57e670fe6..31f96cbdf 100644 --- a/tests/frontend/push.py +++ b/tests/frontend/push.py @@ -569,7 +569,7 @@ def test_push_cross_junction(cli, tmpdir, datafiles): cli.run(project=project, args=['artifact', 'push', 'junction.bst:import-etc.bst']) cache_key = cli.get_element_key(project, 'junction.bst:import-etc.bst') - assert share.has_artifact(cli.get_artifact_name(project, 'subtest', 'import-etc.bst', cache_key=cache_key)) + assert share.get_artifact(cli.get_artifact_name(project, 'subtest', 'import-etc.bst', cache_key=cache_key)) @pytest.mark.datafiles(DATA_DIR) |