Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FSSDK-10580] fix acceptance tests #421

Merged
merged 16 commits into from
Aug 23, 2024
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
Loading