From f84cfca291129f028a62064ddb40179d06342413 Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Wed, 16 Oct 2019 15:56:03 +0200 Subject: [PATCH] Change job to adhere refactored step --- test_jobs/parset_selector.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test_jobs/parset_selector.json b/test_jobs/parset_selector.json index 84ee4dc6..3025390d 100644 --- a/test_jobs/parset_selector.json +++ b/test_jobs/parset_selector.json @@ -1,5 +1,4 @@ { "select_a": true, - "a_arguments": {"name": "a"}, - "b_arguments": {"name": "b"} + "a_arguments": [{"name": "a"}] } -- GitLab