21541: Code cleanup and additional memory usage improvements
[arvados.git] / services / api / test / integration / user_sessions_test.rb
index 76659f3207fff6b7470e6d85ca95dcbbc936e10b..eb49cf832e2fe9b2e86a6228a1ea7dc0b7eef59a 100644 (file)
@@ -8,7 +8,7 @@ class UserSessionsApiTest < ActionDispatch::IntegrationTest
   # remote prefix & return url packed into the return_to param passed around
   # between API and SSO provider.
   def client_url(remote: nil)
-    url = ',https://wb.example.com'
+    url = ',https://controller.api.client.invalid'
     url = "#{remote}#{url}" unless remote.nil?
     url
   end