# HG changeset patch # User Alain Mazy # Date 1729583869 -7200 # Node ID 70757a14b42ebac8136fedb814fad44d41ef3540 # Parent b033ef6942eb1c338e600bcdbd5842b996b69766 fix diff -r b033ef6942eb -r 70757a14b42e NewTests/Concurrency/test_transfer.py --- a/NewTests/Concurrency/test_transfer.py Tue Oct 22 09:32:35 2024 +0200 +++ b/NewTests/Concurrency/test_transfer.py Tue Oct 22 09:57:49 2024 +0200 @@ -63,7 +63,7 @@ def test_push(self): oa, ob = self.clean_start() - populator = OrthancTestDbPopulator(ob, studies_count=2, series_count=2, instances_count=200, random_seed=65) + populator = OrthancTestDbPopulator(oa, studies_count=2, series_count=2, instances_count=200, random_seed=65) populator.execute() all_studies_ids = oa.studies.get_all_ids()