From 86cf598c9eed629bf723aafb3e32eed0d7862678 Mon Sep 17 00:00:00 2001 From: Yury Korolev Date: Sun, 1 Feb 2015 22:47:02 +0300 Subject: [PATCH] Removed unused params --- test/crypto.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/test/crypto.js b/test/crypto.js index f2d3d45..c987f2c 100755 --- a/test/crypto.js +++ b/test/crypto.js @@ -27,10 +27,6 @@ describe('Hawk', function () { it('should return a valid normalized string', function (done) { expect(Hawk.crypto.generateNormalizedString('header', { - credentials: { - key: 'dasdfasdf', - algorithm: 'sha256' - }, ts: 1357747017, nonce: 'k3k4j5', method: 'GET', @@ -45,10 +41,6 @@ describe('Hawk', function () { it('should return a valid normalized string (ext)', function (done) { expect(Hawk.crypto.generateNormalizedString('header', { - credentials: { - key: 'dasdfasdf', - algorithm: 'sha256' - }, ts: 1357747017, nonce: 'k3k4j5', method: 'GET', @@ -64,10 +56,6 @@ describe('Hawk', function () { it('should return a valid normalized string (payload + ext)', function (done) { expect(Hawk.crypto.generateNormalizedString('header', { - credentials: { - key: 'dasdfasdf', - algorithm: 'sha256' - }, ts: 1357747017, nonce: 'k3k4j5', method: 'GET',