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 408a41f commit cb4d939Copy full SHA for cb4d939
1 file changed
tests/emails_test.py
@@ -203,9 +203,7 @@ def test_email_list(self) -> None:
203
assert len(emails["data"]) == 2
204
assert emails["has_more"] == True
205
assert emails["data"][0]["id"] == "4ef9a417-02e9-4d39-ad75-9611e0fcc33c"
206
- assert (
207
- emails["data"][0]["message_id"] == "<111-222-333@email.example.com>"
208
- )
+ assert emails["data"][0]["message_id"] == "<111-222-333@email.example.com>"
209
assert emails["data"][1]["id"] == "5ef9a417-02e9-4d39-ad75-9611e0fcc33d"
210
211
def test_email_list_with_params(self) -> None:
0 commit comments