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 ebea7cf33..392a9e2c6 100644
--- a/tests/frontend/artifact_show.py
+++ b/tests/frontend/artifact_show.py
@@ -110,7 +110,7 @@ def test_artifact_show_artifact_ref(cli, tmpdir, datafiles):
[
# List only artifact results in the test/project
#
- ("test/**", ["test/target/", "test/target/", "test/compose-all/", "test/import-bin", "test/import-dev"]),
+ ("test/**", ["test/target/", "test/compose-all/", "test/import-bin", "test/import-dev"]),
# List only artifact results by their .bst element names
#
("**.bst", ["import-bin.bst", "import-dev.bst", "compose-all.bst", "target.bst", "subdir/target.bst"]),