Skip to content

Commit

Permalink
terms agree on require recent signin
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo committed Nov 29, 2023
1 parent e7e7cec commit 06f2b0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
end

let!(:user) do
user = create_newflow_user(email_value)
user = create_newflow_user(email_value, 'password', terms_agreed: true)
user.update(role: User::STUDENT_ROLE)
user
end
Expand Down

0 comments on commit 06f2b0c

Please sign in to comment.