diff --git a/SAS/TMSS/backend/test/test_utils.py b/SAS/TMSS/backend/test/test_utils.py index 88c46e4780d91bb23d61fcc6f679c9773903b2d8..ed453cb5aede87dd3c7e9c034f4b49fde0367e10 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):