We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e75bc commit c510654Copy full SHA for c510654
tests/unit/rest/test_client.py
@@ -11,6 +11,7 @@
11
)
12
from twilio.base.obsolete import ObsoleteException
13
14
+
15
class TestDummyClients(unittest.TestCase):
16
def test_obsolete_exception_twilioclient(self):
17
self.assertRaises(ObsoleteException, TwilioClient,
0 commit comments