Skip to content

Commit

Permalink
fix(deps): update dependency @adobe/spacecat-shared-utils to v1.26.3 (#…
Browse files Browse the repository at this point in the history
…584)

* fix(deps): update dependency @adobe/spacecat-shared-utils to v1.26.3

* fix: test

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dominique Jäggi <[email protected]>
  • Loading branch information
renovate[bot] and solaris007 authored Jan 15, 2025
1 parent 1c1394a commit 4bbc51c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@adobe/spacecat-shared-http-utils": "1.9.5",
"@adobe/spacecat-shared-rum-api-client": "2.18.2",
"@adobe/spacecat-shared-rum-api-client-v1": "npm:@adobe/[email protected]",
"@adobe/spacecat-shared-utils": "1.26.2",
"@adobe/spacecat-shared-utils": "1.26.3",
"@aws-sdk/client-s3": "3.726.1",
"@aws-sdk/client-lambda": "3.726.1",
"@aws-sdk/credential-provider-node": "3.726.0",
Expand Down
Empty file modified test/audits/experimentation-opportunities.test.js
100644 → 100755
Empty file.
Empty file modified test/audits/internal-links.test.js
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('Index Tests', () => {
const resp = await main(request, context);

expect(resp.status).to.equal(400);
expect(resp.headers.get('x-error')).to.equal('Event does not contain a valid message body');
expect(resp.headers.get('x-error')).to.equal('Event does not contain any records');
});

it('rejects when a message received with unknown type audit', async () => {
Expand Down
Empty file modified test/utils/s3-utils.test.js
100644 → 100755
Empty file.

0 comments on commit 4bbc51c

Please sign in to comment.