From b76aa1614365767eb423c925ef6154947ab198fb Mon Sep 17 00:00:00 2001 From: Chris van Marle Date: Fri, 12 Oct 2018 13:41:37 +0200 Subject: [PATCH] Fix Hash test --- test/tests/operations/Hash.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests/operations/Hash.mjs b/test/tests/operations/Hash.mjs index 7105945c..8e774329 100644 --- a/test/tests/operations/Hash.mjs +++ b/test/tests/operations/Hash.mjs @@ -411,7 +411,7 @@ TestRegister.addTests([ recipeConfig: [ { "op": "HMAC", - "args": ["test", "SHA256"] + "args": [{"option": "Latin1", "string": "test"}, "SHA256"] } ] },