8000 [Librarian] Regenerated @ 3a7aa99691a624a056788ce0f9f678c6ae38efba · FuWen520/twilio-python@d6fe904 · GitHub
[go: up one dir, main page]

Skip to content

Commit d6fe904

Browse files
committed
[Librarian] Regenerated @ 3a7aa99691a624a056788ce0f9f678c6ae38efba
1 parent 6ca4473 commit d6fe904

File tree

18 files changed

+51
-1356
lines changed

18 files changed

+51
-1356
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ twilio-python Changelog
33

44
Here you can see the full list of changes between each twilio-python release.
55

6+
[2022-06-01] Version 7.9.2
7+
--------------------------
8+
**Library - Chore**
9+
- [PR #608](https://github.com/twilio/twilio-python/pull/608): use Docker 'rc' tag for release candidate images. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
10+
11+
612
[2022-05-18] Version 7.9.1
713
--------------------------
814
**Library - Fix**

tests/integration/fax/__init__.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

tests/integration/fax/v1/__init__.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

tests/integration/fax/v1/fax/__init__.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

tests/integration/fax/v1/fax/test_fax_media.py

Lines changed: 0 additions & 117 deletions
This file was deleted.

tests/integration/fax/v1/test_fax.py

Lines changed: 0 additions & 160 deletions
This file was deleted.

tests/integration/flex_api/v1/test_interaction.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,14 @@ def test_fetch_response(self):
3333
{
3434
"sid": "KDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
3535
"channel": {
36-
"type": "email"
36+
"type": "sms",
37+
"sid": "UOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
3738
},
3839
"routing": {
3940
"properties": {
4041
"workflow_sid": "WWxx",
4142
"attributes": "WWxx",
42-
"task_channel_unique_name": "email",
43+
"task_channel_unique_name": "sms",
4344
"routing_target": "WKXX",
4445
"queue_name": "WQXX"
4546
}
@@ -77,13 +78,14 @@ def test_create_response(self):
7778
{
7879
"sid": "KDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
7980
"channel": {
80-
"type": "email"
81+
"type": "sms",
82+
"sid": "UOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
8183
},
8284
"routing": {
8385
"properties": {
8486
"workflow_sid": "WWxx",
8587
"attributes": "WWxx",
86-
"task_channel_unique_name": "email",
88+
"task_channel_unique_name": "sms",
8789
"routing_target": "WKXX",
8890
"queue_name": "WQXX"
8991
}

0 commit comments

Comments
 (0)
0