Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pulak-opti committed Aug 23, 2024
1 parent 404d1bc commit 06b226a
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 @@ -217,17 +217,23 @@ 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": "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\"."
]
}
]"""

Expand Down

0 comments on commit 06b226a

Please sign in to comment.