From 60cbd2cd572e1cf7875da2aabf1fc7f67b2534d1 Mon Sep 17 00:00:00 2001 From: Christopher Fenner Date: Tue, 19 Mar 2019 12:07:05 +0100 Subject: [PATCH] seleniumExecuteTests: fix type (#569) --- vars/seleniumExecuteTests.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/seleniumExecuteTests.groovy b/vars/seleniumExecuteTests.groovy index d1de4f9f6..0a0fd5e9a 100644 --- a/vars/seleniumExecuteTests.groovy +++ b/vars/seleniumExecuteTests.groovy @@ -9,7 +9,7 @@ import groovy.text.SimpleTemplateEngine @Field String STEP_NAME = getClass().getName() -@Field GENERAL_CONFIG_KEYS = STEP_CONFIG_KEYS +@Field Set GENERAL_CONFIG_KEYS = STEP_CONFIG_KEYS @Field Set STEP_CONFIG_KEYS = [ 'buildTool', //defines the tool which is used for executing the tests