1
0
Fork 0
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:
Zach Gollwitzer 2025-04-10 17:20:37 -04:00
parent 55e1aec559
commit 3889134746

View file

@ -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)