summaryrefslogtreecommitdiffstats
path: root/app/test/api/responders_test/test_data/clique_types.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/test/api/responders_test/test_data/clique_types.py')
-rw-r--r--app/test/api/responders_test/test_data/clique_types.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/test/api/responders_test/test_data/clique_types.py b/app/test/api/responders_test/test_data/clique_types.py
index 0791bdf..4d55c8b 100644
--- a/app/test/api/responders_test/test_data/clique_types.py
+++ b/app/test/api/responders_test/test_data/clique_types.py
@@ -11,6 +11,7 @@ from test.api.responders_test.test_data import base
from test.api.responders_test.test_data.base import WRONG_MECHANISM_DRIVER, \
CORRECT_MECHANISM_DRIVER, CORRECT_TYPE_DRIVER, WRONG_TYPE_DRIVER, \
CORRECT_DISTRIBUTION, CORRECT_DIST_VER
+from utils.util import merge_dicts
URL = "/clique_types"
@@ -61,8 +62,7 @@ CLIQUE_TYPES_WITH_SPECIFIC_ID = [
]
CLIQUE_TYPES_WITH_SPECIFIC_CONFIGURATION = [
- get_payload(update={'id': SAMPLE_IDS[0],
- **TEST_CONFIGURATION},
+ get_payload(update=merge_dicts(TEST_CONFIGURATION, {'id': SAMPLE_IDS[0]}),
delete=['environment'])
]