Skip to content
Snippets Groups Projects
Commit 4dc6d724 authored by Florian Spreckelsen's avatar Florian Spreckelsen Committed by Henrik tom Wörden
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent be3cc7cd
No related branches found
No related tags found
2 merge requests!123REL: Release v0.6.0,!117ENH: detect circular dependencies
Pipeline #37037 canceled
......@@ -876,7 +876,7 @@ def test_detect_circular_dependency(crawler_mocked_identifiable_retrieve, caplog
with raises(Exception):
detect_circular_dependency([d])
with raises(Exception):
with raises(RuntimeError):
_, _ = crawler.split_into_inserts_and_updates(flat)
caplog.set_level(logging.ERROR, logger="caoscrawler.converters")
assert "-------\na\n['C" in caplog.text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment