Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/acceptance/test_acceptance/test_decide_holdouts.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def holdouts_session(session_obj):
This SDK key points to a project with holdouts configured.
"""
# SDK key from holdouts_datafile.py
session_obj.headers['X-Optimizely-SDK-Key'] = 'BLsSFScP7tSY5SCYuKn8c'
session_obj.headers['X-Optimizely-SDK-Key'] = 'DU8sE5a6Wh6BD14sV8zAe'
return session_obj


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


# SDK key from holdouts_datafile - points to a project with holdouts
HOLDOUTS_SDK_KEY = 'BLsSFScP7tSY5SCYuKn8c'
HOLDOUTS_SDK_KEY = 'DU8sE5a6Wh6BD14sV8zAe'


def test_decide_returns_valid_decision(session_obj):
Expand Down