Skip to content

Commit 0584e9e

Browse files
committed
removed assistant cluster test
1 parent becbfc5 commit 0584e9e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/cluster/test_cluster.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@ def test_list_available_numbers(self):
6666
self.assertIsNotNone(toll_free_numbers)
6767
self.assertEqual(len(toll_free_numbers), 2)
6868

69-
def test_fetch_assistant(self):
70-
assistant = self.client.assistants.v1.assistants(self.assistant_id).fetch()
71-
self.assertIsNotNone(assistant)
72-
self.assertEqual(assistant.account_sid, self.account_sid)
73-
7469
def test_calling_twiml_string(self):
7570
call = self.client.calls.create(
7671
to=self.to_number, from_=self.from_number, twiml=str(self.voice_twiml)

0 commit comments

Comments
 (0)