summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-08-06 13:07:11 +0200
committerAzul <azul@leap.se>2012-08-06 13:08:43 +0200
commit56a95c99cdfd8d0cf501f92ea9156b20d2dc07c7 (patch)
tree1cde8a933f0af13c5ac0fa7dcc493aa7e991cc2a /test
parent552574bfb0a0160935452b605bb262b5b52c4f67 (diff)
hand over the login on handshake like we normally would
still missing the salt in this. auth should be more independent from registry to resemble the real process more closely
Diffstat (limited to 'test')
-rw-r--r--test/auth_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/auth_test.rb b/test/auth_test.rb
index 182722f..4311683 100644
--- a/test/auth_test.rb
+++ b/test/auth_test.rb
@@ -11,7 +11,7 @@ class User
@verifier = verifier
end
- def handshake(aa)
+ def handshake(login, aa)
@session = initialize_auth(aa)
return @session.bb
end