From f8b5a7a7932830911b8c3b8af816d097e98d416b Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Tue, 1 May 2012 15:12:58 -0600 Subject: [PATCH] remove unneccesary parameter in cert-emails test --- tests/cert-emails-test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/cert-emails-test.js b/tests/cert-emails-test.js index 2e79ad0fc..a8f746f56 100755 --- a/tests/cert-emails-test.js +++ b/tests/cert-emails-test.js @@ -33,8 +33,6 @@ suite.addBatch({ topic: wsapi.post('/wsapi/stage_user', { email: 'syncer@somehost.com', pass: 'fakepass', - // TODO: is this pubkey needed? - pubkey: 'fakekey', site:'http://fakesite.com' }), "succeeds": function(err, r) { -- GitLab