We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 089dd95 commit f5c464cCopy full SHA for f5c464c
1 file changed
test/__init__.py
@@ -44,6 +44,7 @@ def test_host(self):
44
host = 'https://api.sendgrid.com'
45
self.assertEqual(self.client.host, host)
46
47
+"""
48
class TestAPIKeys(unittest.TestCase):
49
def setUp(self):
50
self.client = SendGridAPIClient(SG_APIKEY)
@@ -79,6 +80,7 @@ def test_apikey_post_patch_delete_test(self):
79
80
def test_apikey_get(self):
81
status, msg = self.client.apikeys.get()
82
self.assertEqual(status, 200)
83
84
85
class TestSendGrid(unittest.TestCase):
86
0 commit comments