summaryrefslogtreecommitdiff
path: root/tests/test_recursiveloader.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_recursiveloader.py')
-rw-r--r--tests/test_recursiveloader.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_recursiveloader.py b/tests/test_recursiveloader.py
index 6e2395b..f0c5673 100644
--- a/tests/test_recursiveloader.py
+++ b/tests/test_recursiveloader.py
@@ -1431,8 +1431,8 @@ def test_assert_directory_verifies(layout_factory, layout, path, fail_handler,
str(ManifestSymlinkLoop('<path>')).split('<path>', 1)[1]),
(SymlinkLoopIgnoreLayout, '', '', None),
(UnknownHashOnlyLayout, '', '',
- str(ManifestNoSupportedHashes(ManifestFileEntry(
- 'test', 0, {"X-UNKNOWN": ""})))),
+ str(ManifestNoSupportedHashes("<path>", ManifestFileEntry(
+ "", 0, {"X-UNKNOWN": ""}))).split("<path>", 1)[1]),
])
def test_cli_verify(layout_factory, caplog, layout, path, args, expected):
tmp_path = layout_factory.create(layout, readonly=True)