@@ -57,6 +57,7 @@ def fake_server_response(self, status_code: Optional[int] = None,
57
57
58
58
def setUp (self , config_dict = 'config_dict' ):
59
59
self .config_dict = {
60
+ 'region' : 'US' ,
60
61
'revision' : '42' ,
61
62
'sdkKey' : 'basic-test' ,
62
63
'version' : '2' ,
@@ -150,6 +151,7 @@ def setUp(self, config_dict='config_dict'):
150
151
151
152
# datafile version 4
152
153
self .config_dict_with_features = {
154
+ 'region' : 'US' ,
153
155
'revision' : '1' ,
154
156
'sdkKey' : 'features-test' ,
155
157
'accountId' : '12001' ,
@@ -553,6 +555,7 @@ def setUp(self, config_dict='config_dict'):
553
555
}
554
556
555
557
self .config_dict_with_multiple_experiments = {
558
+ 'region' : 'US' ,
556
559
'revision' : '42' ,
557
560
'sdkKey' : 'multiple-experiments' ,
558
561
'version' : '2' ,
@@ -686,6 +689,7 @@ def setUp(self, config_dict='config_dict'):
686
689
'accountId' : '10367498574' ,
687
690
'events' : [{'experimentIds' : ['10420810910' ], 'id' : '10404198134' , 'key' : 'winning' }],
688
691
'revision' : '1337' ,
692
+ 'region' : 'US' ,
689
693
}
690
694
691
695
self .config_dict_with_typed_audiences = {
@@ -1078,6 +1082,7 @@ def setUp(self, config_dict='config_dict'):
1078
1082
],
1079
1083
'revision' : '3' ,
1080
1084
'sdkKey' : 'typed-audiences' ,
1085
+ 'region' : 'US' ,
1081
1086
}
1082
1087
1083
1088
self .config_dict_with_audience_segments = {
@@ -1274,7 +1279,8 @@ def setUp(self, config_dict='config_dict'):
1274
1279
}
1275
1280
],
1276
1281
'revision' : '101' ,
1277
- 'sdkKey' : 'segments-test'
1282
+ 'sdkKey' : 'segments-test' ,
1283
+ 'region' : 'US' ,
1278
1284
}
1279
1285
1280
1286
config = getattr (self , config_dict )
0 commit comments