fix: use conn_with_password_user instead of log_in_user in test
- Replace log_in_user with conn_with_password_user for consistency - Fixes compilation error in membership fee integration test
This commit is contained in:
parent
e8e47fd92a
commit
355d5bea9e
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ defmodule MvWeb.MemberLive.MembershipFeeIntegrationTest do
|
||||||
})
|
})
|
||||||
|> Ash.create()
|
|> Ash.create()
|
||||||
|
|
||||||
conn = log_in_user(build_conn(), user)
|
conn = conn_with_password_user(build_conn(), user)
|
||||||
%{conn: conn, user: user}
|
%{conn: conn, user: user}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue