Skip to content

feat: get_optimizely_config API #226

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

Merged
merged 17 commits into from
Jan 6, 2020
Merged
6 changes: 2 additions & 4 deletions tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,12 @@ def setUp(self, config_dict='config_dict'):
{
'id': '122239',
'key': 'control',
'featureEnabled': True,
'variables': [{'id': '155551', 'value': '42.42'}],
'variables': [],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed these since this is not a feature experiment so shouldn't have these props.

},
{
'id': '122240',
'key': 'variation',
'featureEnabled': True,
'variables': [{'id': '155551', 'value': '13.37'}],
'variables': [],
},
],
},
Expand Down
Loading