summaryrefslogtreecommitdiff
path: root/tests/frontend/artifact_list_contents.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/artifact_list_contents.py')
-rw-r--r--tests/frontend/artifact_list_contents.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/artifact_list_contents.py b/tests/frontend/artifact_list_contents.py
index a1473c806..8bd7bdeff 100644
--- a/tests/frontend/artifact_list_contents.py
+++ b/tests/frontend/artifact_list_contents.py
@@ -39,7 +39,7 @@ def test_artifact_list_exact_contents_element(cli, datafiles):
# List the contents via the element name
result = cli.run(project=project, args=["artifact", "list-contents", "import-bin.bst"])
assert result.exit_code == 0
- expected_output = "import-bin.bst:\n" "\tusr\n" "\tusr/bin\n" "\tusr/bin/hello\n\n"
+ expected_output = "import-bin.bst:\n\tusr\n\tusr/bin\n\tusr/bin/hello\n\n"
assert expected_output in result.output