mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 23:45:21 +02:00
Update integration tests
This commit is contained in:
parent
55e1aec559
commit
3889134746
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ module ActiveSupport
|
|||
|
||||
# Add more helper methods to be used by all tests here...
|
||||
def sign_in(user)
|
||||
post sessions_path, params: { email: user.email, password: "password" }
|
||||
post sessions_path, params: { email: user.email, password: "maybetestpassword817983172" }
|
||||
end
|
||||
|
||||
def with_env_overrides(overrides = {}, &block)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue