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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_recursiveloader.py b/tests/test_recursiveloader.py
index a8ef939..6bd66d4 100644
--- a/tests/test_recursiveloader.py
+++ b/tests/test_recursiveloader.py
@@ -1987,7 +1987,7 @@ def test_update_entry_unknown_hash(layout_factory, layout, path):
tmp_path = layout_factory.create(layout)
m = ManifestRecursiveLoader(tmp_path / layout.TOP_MANIFEST,
allow_xdev=False)
- with pytest.raises(KeyError) as exc:
+ with pytest.raises(KeyError):
m.update_entry_for_path(path)