Skip to content

Commit 843014e

Browse files
committed
var_from
1 parent b7113cf commit 843014e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/models/test_message_callback.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def make_instance(self, include_optional) -> MessageCallback:
4545
segment_count = 1,
4646
direction = 'in',
4747
to = ["+15552223333"],
48-
from = '+15553332222',
48+
var_from = '+15553332222',
4949
text = 'Hello world',
5050
tag = 'custom string',
5151
media = ["https://dev.bandwidth.com/images/bandwidth-logo.png","https://dev.bandwidth.com/images/github_logo.png"],
@@ -66,7 +66,7 @@ def make_instance(self, include_optional) -> MessageCallback:
6666
segment_count = 1,
6767
direction = 'in',
6868
to = ["+15552223333"],
69-
from = '+15553332222',
69+
var_from = '+15553332222',
7070
text = 'Hello world',
7171
tag = 'custom string',
7272
media = ["https://dev.bandwidth.com/images/bandwidth-logo.png","https://dev.bandwidth.com/images/github_logo.png"],

0 commit comments

Comments
 (0)