fix(worker,framework): email cid images fixes NV-6777 #16923
on-pr.yml
on: pull_request
Get Affected Packages
35s
Dependency review
14s
Spell check
52s
Find LaunchDarkly feature flags in diff
33s
Unit test @novu/providers
0s
Unit test @novu public NPM packages (except providers)
2m 32s
Unit test @novu internal packages
1m 53s
Validate OpenAPI
2m 25s
E2E test API
/
Test E2E
15m 17s
Matrix: Unit test backend services
Annotations
6 errors and 5 warnings
Spell check
3 spelling issues found in 1 of the 56 files checked.
|
Unit test @novu public NPM packages (except providers)
Error: The process '/opt/hostedtoolcache/node/20.19.0/x64/bin/npx' failed with exit code 1
|
src/lib/email/resend/resend.provider.spec.ts > should trigger resend email correctly with _passthrough:
packages/providers/src/lib/email/resend/resend.provider.spec.ts#L92
AssertionError: expected "send" to be called with arguments: [ { …(8) } ]
Received:
1st send call:
Array [
Object {
"attachments": Array [
Object {
"content": Object {
"data": Array [
116,
101,
115,
116,
],
"type": "Buffer",
},
+ "contentId": undefined,
"filename": "test.txt",
},
],
"bcc": undefined,
"cc": undefined,
"from": "Test User <test@test.com>",
+ "headers": undefined,
"html": "<div> Mail Content </div>",
- "reply_to": null,
+ "replyTo": null,
"subject": "Test subject with _passthrough",
+ "text": undefined,
"to": Array [
"test@test.com",
],
},
]
Number of calls: 1
❯ src/lib/email/resend/resend.provider.spec.ts:92:15
|
src/lib/email/resend/resend.provider.spec.ts > should trigger resend email with From Name:
packages/providers/src/lib/email/resend/resend.provider.spec.ts#L57
AssertionError: expected "send" to be called with arguments: [ { …(8) } ]
Received:
1st send call:
Array [
Object {
"attachments": Array [
Object {
"content": Object {
"data": Array [
116,
101,
115,
116,
],
"type": "Buffer",
},
+ "contentId": undefined,
"filename": "test.txt",
},
],
"bcc": undefined,
"cc": undefined,
"from": "Test User <test@test.com>",
+ "headers": undefined,
"html": "<div> Mail Content </div>",
- "reply_to": null,
+ "replyTo": null,
"subject": "Test subject",
+ "text": undefined,
"to": Array [
"test@test.com",
],
},
]
Number of calls: 1
❯ src/lib/email/resend/resend.provider.spec.ts:57:15
|
E2E test API / Test E2E
The operation was canceled.
|
E2E test API / Test E2E
The job has exceeded the maximum execution time of 15m0s
|
Get Affected Packages
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Get Affected Packages
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Spell check:
packages/framework/src/client.ts#L705
Unknown word (jsonrepair)
|
Spell check:
packages/framework/src/client.ts#L1
Unknown word (jsonrepair)
|
Spell check:
packages/framework/src/client.ts#L1
Unknown word (jsonrepair)
|