Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
peterthomassen committed Apr 11, 2024
1 parent a1374d1 commit 48c4223
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/desecapi/tests/test_donations.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ def test_create_donation_minimal(self):
}
response = self.client.post(url, data)
self.assertTrue(mail.outbox)
from base64 import b64encode
print("DEBUG", b64encode(mail.outbox[0].message().encode()))
email_internal = str(mail.outbox[0].message())
direct_debit = str(mail.outbox[0].attachments[0][1])
reply_to = mail.outbox[0].reply_to
Expand Down

0 comments on commit 48c4223

Please sign in to comment.