From 100add41cfe2b987524b190c1c92771a3c4f1d5f Mon Sep 17 00:00:00 2001 From: yayogev Date: Wed, 7 Feb 2018 09:37:22 +0200 Subject: bug fix: verify.sh returned value based on last command only Change-Id: Icf701eee60da7c27c62b9a2871c4f9896b8f334e Signed-off-by: yayogev --- app/test/api/responders_test/test_data/clique_types.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'app/test/api/responders_test/test_data/clique_types.py') 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..534b6f0 100644 --- a/app/test/api/responders_test/test_data/clique_types.py +++ b/app/test/api/responders_test/test_data/clique_types.py @@ -60,15 +60,15 @@ CLIQUE_TYPES_WITH_SPECIFIC_ID = [ get_payload(update={'id': CORRECT_ID}) ] -CLIQUE_TYPES_WITH_SPECIFIC_CONFIGURATION = [ - get_payload(update={'id': SAMPLE_IDS[0], - **TEST_CONFIGURATION}, - delete=['environment']) -] +# CLIQUE_TYPES_WITH_SPECIFIC_CONFIGURATION = [ +# get_payload(update={'id': SAMPLE_IDS[0], +# **TEST_CONFIGURATION}, +# delete=['environment']) +# ] -CLIQUE_TYPES_WITH_SPECIFIC_CONFIGURATION_RESPONSE = { - "clique_types": CLIQUE_TYPES_WITH_SPECIFIC_CONFIGURATION -} +# CLIQUE_TYPES_WITH_SPECIFIC_CONFIGURATION_RESPONSE = { +# "clique_types": CLIQUE_TYPES_WITH_SPECIFIC_CONFIGURATION +# } CLIQUE_TYPES_WITH_SPECIFIC_FOCAL_POINT_TYPE = [ get_payload(update={'id': _id, @@ -144,4 +144,4 @@ CLIQUE_TYPE_WITH_WRONG_MECH_DRIVERS = get_payload( CLIQUE_TYPE_WITH_WRONG_TYPE_DRIVERS = get_payload( update={'type_drivers': WRONG_TYPE_DRIVER} -) \ No newline at end of file +) -- cgit 1.2.3-korg