File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
bandwidth/model/bxml/verbs Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ def _attributes(self):
5959 return {
6060 "to" : self .to ,
6161 "from_" : self .from_ ,
62- "call_timeout " : self .call_timeout ,
63- "diversion_treatment " : self .diversion_treatment ,
64- "diversion_reason " : self .diversion_reason ,
62+ "callTimeout " : self .call_timeout ,
63+ "diversionTreatment " : self .diversion_treatment ,
64+ "diversionReason " : self .diversion_reason ,
6565 "uui" : self .uui ,
6666 }
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ def setUp(self):
2828
2929 def test_to_bxml (self ):
3030 if os .environ ['PYTHON_VERSION' ] == '3.7' :
31- expected = '<Forward call_timeout ="15" diversion_reason ="away" diversion_treatment ="propagate" from_="19195554322" to="19195554321" uui="93d6f3c0be5845960b744fa28015d8ede84bd1a4;encoding=base64,asdf;encoding=jwt" />'
31+ expected = '<Forward callTimeout ="15" diversionReason ="away" diversionTreatment ="propagate" from_="19195554322" to="19195554321" uui="93d6f3c0be5845960b744fa28015d8ede84bd1a4;encoding=base64,asdf;encoding=jwt" />'
3232 else :
33- expected = '<Forward to="19195554321" from_="19195554322" call_timeout ="15" diversion_treatment ="propagate" diversion_reason ="away" uui="93d6f3c0be5845960b744fa28015d8ede84bd1a4;encoding=base64,asdf;encoding=jwt" />'
33+ 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 ())
3535
3636 def test_add_verb (self ):
You can’t perform that action at this time.
0 commit comments