summaryrefslogtreecommitdiff
path: root/spec/django
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2012-08-04 16:41:01 +0200
committerAzul <azul@riseup.net>2012-08-04 16:41:01 +0200
commitda8f6025900740684bc81e9a7c22f6a83ed48d79 (patch)
tree5ec6a29a30c5078c680da1751036d1c5f05e5b98 /spec/django
parentf0b308e4081a4c804da4f7bfbe4802a8999d4c26 (diff)
started implementing a restful signup
Diffstat (limited to 'spec/django')
-rw-r--r--spec/django/signup.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/django/signup.js b/spec/django/signup.js
index b38778a..08a9b64 100644
--- a/spec/django/signup.js
+++ b/spec/django/signup.js
@@ -28,7 +28,7 @@ describe("Signup", function() {
this.srp.register();
this.expectRequest('register/salt/', "I=user")
this.respondXML("<salt>5d3055e0acd3ddcfc15</salt>");
- expect(callback).toHaveBeenCalledWith("adcd57b4a4a05c2e205b0b7b30014d9ff635d8d8db2f502f08e9b9c132800c44", this.srp.registered_user);
+ expect(callback).toHaveBeenCalledWith(this.srp, this.srp.registered_user);
});
it("identifies after successful registration (INTEGRATION)", function(){