Mercurial > hg > orthanc-tests
changeset 734:70757a14b42e default
fix
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Tue, 22 Oct 2024 09:57:49 +0200 |
parents | b033ef6942eb |
children | |
files | NewTests/Concurrency/test_transfer.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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()