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

TST: another minor fix in integration tests

parent 73d87184
No related branches found
No related tags found
2 merge requests!108Release 0.5.0,!104Create a new scanner module and move functions from crawl module there
Pipeline #34442 canceled
......@@ -263,7 +263,7 @@ def test_identifiable_update(clear_database, usemodel, ident, crawler):
record.get_property("date").value = "2012-01-02"
print("one change")
break
ins, ups = synchronize(crawled_data)
ins, ups = cr.synchronize(crawled_data)
assert len(ins) == 1
assert len(ups) == 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment