Skip to content

Commit a1cca1b

Browse files
committed
naming
1 parent 248ebdb commit a1cca1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ def test_send_sms(self):
104104
'body': {"identifiers": {"id":"customer_1"}, "transactional_message_id": 100}
105105
}))
106106

107-
push = SendSMSRequest(
107+
sms = SendSMSRequest(
108108
identifiers={"id":"customer_1"},
109109
transactional_message_id=100,
110110
)
111111

112-
self.client.send_sms(push)
112+
self.client.send_sms(sms)
113113

114114
if __name__ == '__main__':
115115
unittest.main()

0 commit comments

Comments
 (0)