Skip to content
Snippets Groups Projects
Commit a49b4404 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

TST: another small fix in integration tests

parent dbeea36b
Branches
Tags
2 merge requests!108Release 0.5.0,!104Create a new scanner module and move functions from crawl module there
Pipeline #34444 failed
......@@ -108,7 +108,7 @@ def crawler_extended(ident):
def test_ambigious_lookup(clear_database, usemodel, crawler, ident):
ins, ups = crawler.synchronize()
ins, ups = crawler[0].synchronize(crawler[1])
proj = db.execute_query("FIND Project WITH identifier='SpeedOfLight'", unique=True)
with pytest.raises(RuntimeError, match=".*unambigiously.*"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment