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 7b07ba7 commit af11fd2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/cluster/test_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ def setUp(self):
self.voice_twiml = VoiceResponse()


def test_token_fetch(self):
token = self.client.preview_iam.token.create(
grant_type = GRANT_TYPE,
client_id = CLIENT_ID,
client_secret = CLIENT_SECRET)
print(f'{token}')


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 af11fd2

Please sign in to comment.