X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/056d1819f3d98d8526ca59d7118ff9ce2d48aa0d..ce5ad31aac392b38889fc04640fcd06474cebeb6:/services/api/test/integration/login_workflow_test.rb diff --git a/services/api/test/integration/login_workflow_test.rb b/services/api/test/integration/login_workflow_test.rb index f0741fcfde..ba3b2ac6e3 100644 --- a/services/api/test/integration/login_workflow_test.rb +++ b/services/api/test/integration/login_workflow_test.rb @@ -30,7 +30,7 @@ class LoginWorkflowTest < ActionDispatch::IntegrationTest params: {specimen: {}}, headers: {'HTTP_ACCEPT' => 'text/html'}) assert_response 302 - assert_match(%r{/auth/joshid$}, @response.headers['Location'], + assert_match(%r{http://www.example.com/login$}, @response.headers['Location'], "HTML login prompt did not include expected redirect") end end