@@ -57,6 +57,7 @@ def fake_server_response(self, status_code: Optional[int] = None,
5757
5858 def setUp (self , config_dict = 'config_dict' ):
5959 self .config_dict = {
60+ 'region' : 'US' ,
6061 'revision' : '42' ,
6162 'sdkKey' : 'basic-test' ,
6263 'version' : '2' ,
@@ -150,6 +151,7 @@ def setUp(self, config_dict='config_dict'):
150151
151152 # datafile version 4
152153 self .config_dict_with_features = {
154+ 'region' : 'US' ,
153155 'revision' : '1' ,
154156 'sdkKey' : 'features-test' ,
155157 'accountId' : '12001' ,
@@ -553,6 +555,7 @@ def setUp(self, config_dict='config_dict'):
553555 }
554556
555557 self .config_dict_with_multiple_experiments = {
558+ 'region' : 'US' ,
556559 'revision' : '42' ,
557560 'sdkKey' : 'multiple-experiments' ,
558561 'version' : '2' ,
@@ -686,6 +689,7 @@ def setUp(self, config_dict='config_dict'):
686689 'accountId' : '10367498574' ,
687690 'events' : [{'experimentIds' : ['10420810910' ], 'id' : '10404198134' , 'key' : 'winning' }],
688691 'revision' : '1337' ,
692+ 'region' : 'US' ,
689693 }
690694
691695 self .config_dict_with_typed_audiences = {
@@ -1078,6 +1082,7 @@ def setUp(self, config_dict='config_dict'):
10781082 ],
10791083 'revision' : '3' ,
10801084 'sdkKey' : 'typed-audiences' ,
1085+ 'region' : 'US' ,
10811086 }
10821087
10831088 self .config_dict_with_audience_segments = {
@@ -1274,7 +1279,8 @@ def setUp(self, config_dict='config_dict'):
12741279 }
12751280 ],
12761281 'revision' : '101' ,
1277- 'sdkKey' : 'segments-test'
1282+ 'sdkKey' : 'segments-test' ,
1283+ 'region' : 'US' ,
12781284 }
12791285
12801286 config = getattr (self , config_dict )
0 commit comments