303 is the correct response

This commit is contained in:
Dan Milne
2026-01-05 13:05:24 +11:00
parent 46ae65f4d2
commit 75cc223329

View File

@@ -64,7 +64,7 @@ class ForwardAuthAdvancedTest < ActionDispatch::IntegrationTest
# Sign in once
post "/signin", params: {email_address: @user.email_address, password: "password"}
assert_response 302
assert_response 303
assert_redirected_to "/"
# Test access to different applications