Skip to content

Commit

Permalink
Fix a test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Dolski committed Apr 22, 2024
1 parent bf10715 commit 25b242a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/controllers/sessions_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ class SessionsControllerTest < ActionDispatch::IntegrationTest
assert_redirected_to root_url
end

test "destroy() redirects to the root URL in an institution-scoped context" do
test "destroy() redirects to the scoped root URL in an institution-scoped
context" do
institution = institutions(:southwest)
host! institution.fqdn
get logout_path
Expand Down

0 comments on commit 25b242a

Please sign in to comment.