Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Aug 28, 2024
1 parent 527a267 commit e1307f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/controllers/sessions_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class SessionsControllerTest < ActionController::TestCase

assert_equal user.id, session[:user_id]
assert_redirected_to root_url
assert_equal 'Logged in!', flash[:notice]
end

should "redirect to student path if CYIN is provided and YORK_USER doesn't match" do
Expand Down

0 comments on commit e1307f3

Please sign in to comment.