Skip to content

Commit

Permalink
test: update error message to match new xml-encryption format.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstos committed Jan 20, 2022
1 parent b9de63b commit 3e908fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node-saml/tests.spec.ts
Expand Up @@ -2021,7 +2021,7 @@ describe("node-saml /", function () {
),
};
await assert.rejects(samlObj.validatePostRequestAsync(body), {
message: "Invalid RSAES-OAEP padding.",
message: "error:04099079:rsa routines:RSA_padding_check_PKCS1_OAEP_mgf1:oaep decoding error",
});
});

Expand Down

0 comments on commit 3e908fa

Please sign in to comment.