Skip to content

Commit c6fe518

Browse files
authored
switch SDK key from matjazs personal app account to dedicated QA account where all acceptance tests project live (#454)
1 parent f1097c3 commit c6fe518

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/acceptance/test_acceptance/test_decide_holdouts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def holdouts_session(session_obj):
1818
This SDK key points to a project with holdouts configured.
1919
"""
2020
# SDK key from holdouts_datafile.py
21-
session_obj.headers['X-Optimizely-SDK-Key'] = 'BLsSFScP7tSY5SCYuKn8c'
21+
session_obj.headers['X-Optimizely-SDK-Key'] = 'DU8sE5a6Wh6BD14sV8zAe'
2222
return session_obj
2323

2424

tests/acceptance/test_acceptance/test_decide_holdouts_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

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

1717

1818
def test_decide_returns_valid_decision(session_obj):

0 commit comments

Comments
 (0)