From 1bcb8e433d7c0e49f26c7bd4e67e1a295b9245b5 Mon Sep 17 00:00:00 2001 From: aussieklutz Date: Sat, 6 Feb 2021 18:10:54 +1000 Subject: [PATCH] Update JWTVerify.mjs --- tests/operations/tests/JWTVerify.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/operations/tests/JWTVerify.mjs b/tests/operations/tests/JWTVerify.mjs index 860b9ad2..017bcf04 100644 --- a/tests/operations/tests/JWTVerify.mjs +++ b/tests/operations/tests/JWTVerify.mjs @@ -14,7 +14,7 @@ const outputObject = JSON.stringify({ iat: 1 }, null, 4); -const invalidAlgorithm = "JsonWebTokenError: invalid algorithm"; +// const invalidAlgorithm = "JsonWebTokenError: invalid algorithm"; const hsKey = "secret_cat"; /* Retaining private key as a comment