diff options
Diffstat (limited to 'test/auth_test.rb')
-rw-r--r-- | test/auth_test.rb | 2 |
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 |