Skip to content

Commit e3b4071

Browse files
committed
setting maxDiff to None to get full output
1 parent 9434ef0 commit e3b4071

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
SG_PWD = os.getenv('SG_PWD') or 'SENDGRID_PASSWORD'
1919

2020
class TestSendGrid(unittest.TestCase):
21+
maxDiff = None
2122
def setUp(self):
2223
self.sg = SendGridClient(SG_USER, SG_PWD)
2324

0 commit comments

Comments
 (0)