Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
pulak-opti committed Aug 23, 2024
1 parent eedd5cb commit 404d1bc
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions tests/acceptance/test_acceptance/test_decide.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 404d1bc

Please sign in to comment.