Skip to content

Commit ddc9b34

Browse files
Update test_forward.py
1 parent f3fc2f6 commit ddc9b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/bxml/test_forward.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def setUp(self):
2828

2929
def test_to_bxml(self):
3030
if os.environ['PYTHON_VERSION'] == '3.7':
31-
expected = '<Forward callTimeout="15" diversionReason="away" diversionTreatment="propagate" _from="19195554322" to="19195554321" uui="93d6f3c0be5845960b744fa28015d8ede84bd1a4;encoding=base64,asdf;encoding=jwt" />'
31+
expected = '<Forward _from="19195554322" callTimeout="15" diversionReason="away" diversionTreatment="propagate" to="19195554321" uui="93d6f3c0be5845960b744fa28015d8ede84bd1a4;encoding=base64,asdf;encoding=jwt" />'
3232
else:
3333
expected = '<Forward to="19195554321" _from="19195554322" callTimeout="15" diversionTreatment="propagate" diversionReason="away" uui="93d6f3c0be5845960b744fa28015d8ede84bd1a4;encoding=base64,asdf;encoding=jwt" />'
3434
assert(expected == self.forward.to_bxml())

0 commit comments

Comments
 (0)