From 56a95c99cdfd8d0cf501f92ea9156b20d2dc07c7 Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 6 Aug 2012 13:07:11 +0200 Subject: 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 --- test/auth_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3