Skip to content

Commit 3e908fa

Browse files
committed
test: update error message to match new xml-encryption format.
1 parent b9de63b commit 3e908fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/node-saml/tests.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2021,7 +2021,7 @@ describe("node-saml /", function () {
20212021
),
20222022
};
20232023
await assert.rejects(samlObj.validatePostRequestAsync(body), {
2024-
message: "Invalid RSAES-OAEP padding.",
2024+
message: "error:04099079:rsa routines:RSA_padding_check_PKCS1_OAEP_mgf1:oaep decoding error",
20252025
});
20262026
});
20272027

0 commit comments

Comments
 (0)