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 709b772 commit c844950Copy full SHA for c844950
tests/integration/bulkexports/v1/export/test_day.py
@@ -31,7 +31,7 @@ def test_fetch_response(self):
31
200,
32
'''
33
{
34
- "redirect_to": "https://api.bulkexports.s3.amazonaws.com/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
+ "redirect_to": "https://www.twilio.com"
35
}
36
37
))
tests/integration/preview/bulk_exports/export/test_day.py
- "redirect_to": "https://api.bulkexports.twilio.s3.amazonaws.com/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
tests/integration/video/v1/room/test_recording.py
@@ -48,7 +48,7 @@ def test_fetch_response(self):
48
"grouping_sids": {
49
"room_sid": "RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
50
},
51
- "media_external_location": "https://my-super-duper-bucket.s3.amazonaws.com/my/path/",
+ "media_external_location": "https://www.twilio.com",
52
"encryption_key": "public_key",
53
"room_sid": "RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
54
"url": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Recordings/RTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
@@ -125,7 +125,7 @@ def test_read_results_response(self):
125
126
"participant_sid": "PAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
127
128
129
130
131
tests/integration/video/v1/test_composition_settings.py
@@ -34,7 +34,7 @@ def test_fetch_response(self):
"friendly_name": "string",
"aws_credentials_sid": "CRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"encryption_key_sid": "CRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
- "aws_s3_url": "https://my-super-duper-bucket.s3.amazonaws.com/my/path/",
+ "aws_s3_url": "https://www.twilio.com",
38
"aws_storage_enabled": true,
39
"encryption_enabled": true,
40
"url": "https://video.twilio.com/v1/CompositionSettings/Default"
@@ -69,7 +69,7 @@ def test_create_response(self):
69
"friendly_name": "friendly_name",
70
71
72
73
74
75
tests/integration/video/v1/test_recording.py
"links": {
"media": "https://video.twilio.com/v1/Recordings/RTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Media"
@@ -120,7 +120,7 @@ def test_read_results_response(self):
120
121
122
123
124
"url": "https://video.twilio.com/v1/Recordings/RTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
tests/integration/video/v1/test_recording_settings.py
"url": "https://video.twilio.com/v1/RecordingSettings/Default"
0 commit comments