edit changelog text #7977
Annotations
2 errors and 2 warnings
lambda/update/updatePackage.test.ts > Update package > should produce a message with fields to update:
lib/lambda/update/updatePackage.test.ts#L131
AssertionError: expected "spy" to be called with arguments: [ { topic: 'test-topic', …(1) } ]
Received:
1st spy call:
Array [
Object {
"messages": Array [
Object {
"headers": Object {
"source": "mako",
},
"key": "test-id",
"partition": 0,
- "value": "{\"id\":\"test-id\",\"state\":\"MD\",\"initialIntakeNeeded\":true,\"isAdminChange\":true,\"adminChangeType\":\"update-values\"}",
+ "value": "{\"id\":\"test-id\",\"deleted\":true,\"isAdminChange\":true,\"adminChangeType\":\"delete\"}",
},
],
"topic": "test-topic",
},
]
2nd spy call:
Array [
Object {
"messages": Array [
Object {
"headers": Object {
"source": "mako",
},
"key": "test-id",
"partition": 0,
- "value": "{\"id\":\"test-id\",\"state\":\"MD\",\"initialIntakeNeeded\":true,\"isAdminChange\":true,\"adminChangeType\":\"update-values\"}",
+ "value": "{\"id\":\"test-id\",\"deleted\":true,\"isAdminChange\":true,\"adminChangeType\":\"delete\"}",
},
],
"topic": "test-topic",
},
]
3rd spy call:
Array [
Object {
"messages": Array [
Object {
"headers": Object {
"source": "mako",
},
"key": "test-id",
"partition": 0,
- "value": "{\"id\":\"test-id\",\"state\":\"MD\",\"initialIntakeNeeded\":true,\"isAdminChange\":true,\"adminChangeType\":\"update-values\"}",
+ "value": "{\"id\":\"test-id\",\"state\":\"MD\",\"initialIntakeNeeded\":true,\"isAdminChange\":true,\"adminChangeType\":\"update-values\",\"changeMade\":\"Update value(s)\"}",
},
],
"topic": "test-topic",
},
]
Number of calls: 3
❯ lambda/update/updatePackage.test.ts:131:6
|
test
Process completed with exit code 1.
|
e2e
No files were found with the provided path: test/e2e/playwright-report/index.html. No artifacts will be uploaded.
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "aws-resources-lambda-update-package".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
aws-resources-lambda-update-package
|
117 KB |
|