Chris van Marle 6 лет назад
Родитель
Сommit
b76aa16143
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      test/tests/operations/Hash.mjs

+ 1 - 1
test/tests/operations/Hash.mjs

@@ -411,7 +411,7 @@ TestRegister.addTests([
         recipeConfig: [
         recipeConfig: [
             {
             {
                 "op": "HMAC",
                 "op": "HMAC",
-                "args": ["test", "SHA256"]
+                "args": [{"option": "Latin1", "string": "test"}, "SHA256"]
             }
             }
         ]
         ]
     },
     },