mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
Fix spec helpers
This commit is contained in:
parent
1ff200576e
commit
0a5de433c2
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ module Requests
|
|||
end
|
||||
|
||||
def sign_in_to_registrar_area(user: create(:api_user))
|
||||
post registrar_user_session_path, { depp_user: { tag: user.username, password: user.plain_text_password } }
|
||||
post registrar_user_session_path, { registrar_user: { username: user.username, password: user.plain_text_password } }
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue