File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ def test_collections_url_location(self):
191
191
192
192
if not self .local_tests :
193
193
self .assertEqual (
194
- feed_url , 'https://api- tokyo.stream-io-api.com/api/v1.0/meta/' )
194
+ feed_url , 'https://tokyo-api .stream-io-api.com/api/v1.0/meta/' )
195
195
196
196
def test_personalization_url_location (self ):
197
197
client = stream .connect (
@@ -203,7 +203,7 @@ def test_personalization_url_location(self):
203
203
204
204
if not self .local_tests :
205
205
self .assertEqual (
206
- feed_url , 'https://personalization- tokyo.stream-io-api.com/personalization/v1.0/recommended' )
206
+ feed_url , 'https://tokyo-personalization .stream-io-api.com/personalization/v1.0/recommended' )
207
207
208
208
def test_api_url_location (self ):
209
209
client = stream .connect (
@@ -215,7 +215,7 @@ def test_api_url_location(self):
215
215
216
216
if not self .local_tests :
217
217
self .assertEqual (
218
- feed_url , 'https://api- tokyo.stream-io-api.com/api/v1.0/feed/' )
218
+ feed_url , 'https://tokyo-api .stream-io-api.com/api/v1.0/feed/' )
219
219
220
220
def test_update_activities_create (self ):
221
221
activities = [{
You can’t perform that action at this time.
0 commit comments