Skip to content

Commit

Permalink
Update user_cas_omniauth_authorize_path request to be post
Browse files Browse the repository at this point in the history
Co-authored-by: Jane Sandberg <[email protected]>
  • Loading branch information
christinach and sandbergja committed Jun 20, 2024
1 parent 7c4a8ba commit c954637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/users_request_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
)
allow(User).to receive(:from_omniauth).and_return(user)

get user_cas_omniauth_authorize_path
post user_cas_omniauth_authorize_path
end

after do
Expand Down

0 comments on commit c954637

Please sign in to comment.