From 5f185a364824bfe021eb68724d74ec206f2c6f47 Mon Sep 17 00:00:00 2001 From: co98357 <210502954+co98357@users.noreply.github.com> Date: Fri, 23 May 2025 12:30:43 +0100 Subject: [PATCH] Formatting --- tests/operations/tests/JWTDecode.mjs | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/tests/operations/tests/JWTDecode.mjs b/tests/operations/tests/JWTDecode.mjs index c181b975..4d915d6d 100644 --- a/tests/operations/tests/JWTDecode.mjs +++ b/tests/operations/tests/JWTDecode.mjs @@ -14,18 +14,6 @@ const outputObject = JSON.stringify({ iat: 1 }, null, 4); -const outputWithHeaderObject = JSON.stringify({ - header: { - alg: "algorithm", - typ: "algo" - }, - payload: { - String: "SomeString", - Number: 42, - iat: 1 - } -}, null, 4); - TestRegister.addTests([ { name: "JWT Decode: HS", @@ -60,7 +48,7 @@ TestRegister.addTests([ } ], }, - { + { name: "JWT Decode: HS", input: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJTdHJpbmciOiJTb21lU3RyaW5nIiwiTnVtYmVyIjo0MiwiaWF0IjoxfQ.0ha6-j4FwvEIKPVZ-hf3S_R9Hy_UtXzq4dnedXcUrXk", expectedOutput: JSON.stringify({