We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9c08a commit c8e270fCopy full SHA for c8e270f
tests/unit/rest/test_client.py
@@ -25,7 +25,7 @@ def test_set_client_region(self):
25
self.client.region = "us1"
26
self.assertEqual(
27
self.client.get_hostname("https://api.twilio.com"),
28
- "https://api.ashburn.us1.twilio.com",
+ "https://api.us1.twilio.com",
29
)
30
31
def test_set_uri_region(self):
@@ -39,7 +39,7 @@ def test_set_client_edge_region(self):
39
self.client.region = "region"
40
41
42
- "https://api.ashburn.us1.region.twilio.com",
+ "https://api.edge.region.twilio.com",
43
44
45
def test_set_client_edge_uri_region(self):
0 commit comments