X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/14a6eb786a0d01e86ccae7645e880661caf6f0cb..b3e4886cbbe195347179d0664621da9bc34e6170:/services/api/test/integration/user_sessions_test.rb diff --git a/services/api/test/integration/user_sessions_test.rb b/services/api/test/integration/user_sessions_test.rb index fcc0ce4e52..6e951499ad 100644 --- a/services/api/test/integration/user_sessions_test.rb +++ b/services/api/test/integration/user_sessions_test.rb @@ -53,19 +53,19 @@ class UserSessionsApiTest < ActionDispatch::IntegrationTest test 'existing user login' do mock_auth_with(identity_url: "https://active-user.openid.local") u = assigns(:user) - assert_equal 'zzzzz-tpzed-xurymjxw79nv3jz', u.uuid + assert_equal users(:active).uuid, u.uuid end test 'user redirect_to_user_uuid' do mock_auth_with(identity_url: "https://redirects-to-active-user.openid.local") u = assigns(:user) - assert_equal 'zzzzz-tpzed-xurymjxw79nv3jz', u.uuid + assert_equal users(:active).uuid, u.uuid end test 'user double redirect_to_user_uuid' do mock_auth_with(identity_url: "https://double-redirects-to-active-user.openid.local") u = assigns(:user) - assert_equal 'zzzzz-tpzed-xurymjxw79nv3jz', u.uuid + assert_equal users(:active).uuid, u.uuid end test 'create new user during omniauth callback' do