diff --git a/SAS/TMSS/backend/test/test_utils.py b/SAS/TMSS/backend/test/test_utils.py index 0cee48d0d92debc780568abb6936273092a8f819..022e37d2dd671b884d11a1e15c4c247dc915fcd7 100644 --- a/SAS/TMSS/backend/test/test_utils.py +++ b/SAS/TMSS/backend/test/test_utils.py @@ -459,7 +459,7 @@ class TMSSTestEnvironment: from lofar.sas.tmss.services.precalculations_service import create_service_job_for_sunrise_and_sunset_calculations # For testpurposes we can use a smaller range and higher interval frequency self.precalculations_service = \ - create_service_job_for_sunrise_and_sunset_calculations(wait_time_seconds=60, nbr_days_calculate_ahead=3, nbr_days_before_today=1) + create_service_job_for_sunrise_and_sunset_calculations(interval_time=60, nbr_days_calculate_ahead=3, nbr_days_before_today=1) self.precalculations_service.start() def stop(self):