We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70901e commit 3aef7beCopy full SHA for 3aef7be
src/emails/receiving/receiving.spec.ts
@@ -70,7 +70,7 @@ describe('Receiving', () => {
70
raw: {
71
download_url:
72
'https://example.com/emails/raw/abc123?signature=xyz789',
73
- expires_at: '2023-04-07T24:13:52.669661+00:00',
+ expires_at: '2023-04-08T00:13:52.669661+00:00',
74
},
75
attachments: [
76
{
@@ -124,7 +124,7 @@ describe('Receiving', () => {
124
"object": "email",
125
"raw": {
126
"download_url": "https://example.com/emails/raw/abc123?signature=xyz789",
127
- "expires_at": "2023-04-07T24:13:52.669661+00:00",
+ "expires_at": "2023-04-08T00:13:52.669661+00:00",
128
129
"reply_to": [
130
"reply@example.com",
0 commit comments