Skip to content

Commit

Permalink
Update test_cluster.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere authored Sep 26, 2024
1 parent af11fd2 commit 661785d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/cluster/test_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def setUp(self):
)
self.voice_twiml = VoiceResponse()


def test_send_text_message(self):
msg = self.client.messages.create(
to=self.to_number, from_=self.from_number, body="hello world"
Expand Down

0 comments on commit 661785d

Please sign in to comment.