We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9434ef0 commit e3b4071Copy full SHA for e3b4071
1 file changed
test/__init__.py
@@ -18,6 +18,7 @@
18
SG_PWD = os.getenv('SG_PWD') or 'SENDGRID_PASSWORD'
19
20
class TestSendGrid(unittest.TestCase):
21
+ maxDiff = None
22
def setUp(self):
23
self.sg = SendGridClient(SG_USER, SG_PWD)
24
0 commit comments