From 0f25f54271487cfd899cd423107724dc0776abce Mon Sep 17 00:00:00 2001 From: Jorrit Schaap <schaap@astron.nl> Date: Fri, 9 Apr 2021 06:46:02 +0000 Subject: [PATCH] TMSS-687: fixed typo (cherry picked from commit e24e22f398a7635216533a6c2c639c161441d76d) --- SAS/TMSS/backend/test/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SAS/TMSS/backend/test/test_utils.py b/SAS/TMSS/backend/test/test_utils.py index 0cee48d0d92..022e37d2dd6 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): -- GitLab