From 404d1bc929165e71bb8f0989cdd964bdd99d5a75 Mon Sep 17 00:00:00 2001 From: pulak-opti Date: Fri, 23 Aug 2024 15:06:47 +0600 Subject: [PATCH] update test --- tests/acceptance/test_acceptance/test_decide.py | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/tests/acceptance/test_acceptance/test_decide.py b/tests/acceptance/test_acceptance/test_decide.py index b5e4a906..9c4e98a0 100644 --- a/tests/acceptance/test_acceptance/test_decide.py +++ b/tests/acceptance/test_acceptance/test_decide.py @@ -156,10 +156,13 @@ def test_decide__feature_no_ups(session_obj, flag_key, expected_response, expect { "variationKey": "16925940659", "enabled": true, - "ruleKey": "16939051724", + "ruleKey": "default-16943340293", "flagKey": "feature_4", "userContext": {"userId": "matjaz", "attributes": {"attr_1": "hola"}}, - "reasons": ["Audiences for experiment 16939051724 collectively evaluated to true."]}, + "reasons": [ + "Audiences for experiment default-16943340293 collectively evaluated to true.", + "User \"matjaz\" meets conditions for targeting rule \"Everyone Else\"." + ]}, { "variationKey": "variation_1", "enabled": true, @@ -177,10 +180,13 @@ def test_decide__feature_no_ups(session_obj, flag_key, expected_response, expect { "variationKey": "16927890136", "enabled": true, - "ruleKey": "16932940705", + "ruleKey": "default-16917103311", "flagKey": "feature_5", "userContext": {"userId": "matjaz", "attributes": {"attr_1": "hola"}}, - "reasons": ["Audiences for experiment 16932940705 collectively evaluated to true."]}, + "reasons": [ + "Audiences for experiment default-16917103311 collectively evaluated to true.", + "User \"matjaz\" meets conditions for targeting rule \"Everyone Else\"." + ]}, { "variationKey": "16906801184", "enabled": true,