File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ())
You can’t perform that action at this time.
0 commit comments