diff options
Diffstat (limited to 'tests/artifactcache/junctions.py')
-rw-r--r-- | tests/artifactcache/junctions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/artifactcache/junctions.py b/tests/artifactcache/junctions.py index 6655a4f1d..cf655a93b 100644 --- a/tests/artifactcache/junctions.py +++ b/tests/artifactcache/junctions.py @@ -77,7 +77,7 @@ def test_push_pull(cli, tmpdir, datafiles): state = cli.get_element_state(base_project, 'target.bst') assert state != 'cached' - # Now try bst pull + # Now try bst artifact pull result = cli.run(project=project, args=['artifact', 'pull', '--deps', 'all', 'target.bst']) assert result.exit_code == 0 |