Skip to content

Commit

Permalink
Merge branch 'master' into pulak/FSSDK-10553/everyone-else-variation
Browse files Browse the repository at this point in the history
  • Loading branch information
pulak-opti authored Aug 23, 2024
2 parents 4e3ca53 + 6c4d3f8 commit 32e89a9
Show file tree
Hide file tree
Showing 6 changed files with 849 additions and 576 deletions.
580 changes: 465 additions & 115 deletions tests/acceptance/datafile.py

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions tests/acceptance/odp_datafile.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@
{
"publicKey": "ax6UV2223fD-jpOXID0BMg",
"host": "https://api.zaius.com",
"key": "odp"
"key": "odp",
"pixelUrl": "https://jumbe.zaius.com",
}
],
"experiments": [
Expand Down Expand Up @@ -242,5 +243,5 @@
"key": "myevent"
}
],
"revision": "18"
}
"revision": "19"
}
4 changes: 2 additions & 2 deletions tests/acceptance/test_acceptance/test_activate.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def test_activate__feature(session_obj, feature_key, expected_response,
{
"userId": "matjaz",
"experimentKey": "ab_test1",
"featureKey": "flag_ab_test1",
"featureKey": "GkbzTurBWXr8EtNGZj2j6e",
"variationKey": "variation_1",
"type": "feature",
"enabled": true
Expand Down Expand Up @@ -496,7 +496,7 @@ def test_activate__enabled(session_obj, enabled, experimentKey, featureKey,
{
"enabled": true,
"experimentKey": "ab_test1",
"featureKey": "flag_ab_test1",
"featureKey": "GkbzTurBWXr8EtNGZj2j6e",
"type": "feature",
"userId": "matjaz",
"variationKey": "variation_1"
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/test_acceptance/test_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def test_batch_valid_reponse(session_obj):
"variablesMap": {}
}
},
"revision": "21",
"revision": "22",
"sdkKey": "TkB2xhu8WEAHa4LphN3xZ2"
}"""

Expand Down
Loading

0 comments on commit 32e89a9

Please sign in to comment.