From fbcc46758f3c53149a7834bdecbd19b4fd03bb1a Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Tue, 1 May 2012 15:16:37 -0600
Subject: [PATCH] remove now unnecesary argument to complete_user_creation in
 password-update-test

---
 tests/password-update-test.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/password-update-test.js b/tests/password-update-test.js
index 1d8caefd0..98ca73842 100755
--- a/tests/password-update-test.js
+++ b/tests/password-update-test.js
@@ -61,8 +61,7 @@ suite.addBatch({
   "setting password": {
     topic: function() {
       wsapi.post('/wsapi/complete_user_creation', {
-        token: token,
-        pass: OLD_PASSWORD
+        token: token
       }).call(this);
     },
     "works just fine": function(err, r) {
-- 
GitLab