From 8178044d30edcabf9f37f59df263910eed1d2f1c Mon Sep 17 00:00:00 2001
From: Jorrit Schaap <schaap@astron.nl>
Date: Mon, 30 Nov 2020 09:10:54 +0100
Subject: [PATCH] TMSS-419: fixed typo

---
 SAS/TMSS/test/test_utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SAS/TMSS/test/test_utils.py b/SAS/TMSS/test/test_utils.py
index d6da3ff6793..95bbec3a5cf 100644
--- a/SAS/TMSS/test/test_utils.py
+++ b/SAS/TMSS/test/test_utils.py
@@ -501,7 +501,7 @@ def main_test_environment():
                              start_ra_test_environment=options.services, start_postgres_listener=options.services,
                              start_subtask_scheduler=options.services, start_dynamic_scheduler=options.services,
                              start_pipeline_control=options.services,
-                             start_workflow_service=options.services and options.viewflow, enable_workflow=options.viewflow) as tmss_test_env:
+                             start_workflow_service=options.services and options.viewflow, enable_viewflow=options.viewflow) as tmss_test_env:
 
             # print some nice info for the user to use the test servers...
             # use print instead of log for clean lines.
-- 
GitLab