Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lieser committed Jul 28, 2024
1 parent 7839331 commit 03cef66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unittest/authVerifierSpec.mjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ describe("AuthVerifier [unittest]", function () {
"timestamp": 1528637909,
"expiration": null,
"algorithmSignature": "rsa",
"keyLength": 1024,
"algorithmHash": "sha256",
"signedHeaders": [
"from",
Expand Down Expand Up @@ -217,6 +218,7 @@ describe("AuthVerifier [unittest]", function () {
"timestamp": null,
"expiration": null,
"algorithmSignature": "rsa",
"keyLength": 1024,
"algorithmHash": "sha256",
"signedHeaders": [
"received",
Expand Down

0 comments on commit 03cef66

Please sign in to comment.