ashb commented on code in PR #47760:
URL: https://github.com/apache/airflow/pull/47760#discussion_r2003697588


##########
tests/api_fastapi/core_api/routes/public/test_auth.py:
##########
@@ -46,7 +46,7 @@ class TestGetLogin(TestAuthEndpoint):
         ],
     )
     def test_should_respond_307(self, test_client, params):
-        response = test_client.get("/public/auth/login", 
follow_redirects=False, params=params)
+        response = test_client.get("/api/v2/auth/login", 
follow_redirects=False, params=params)

Review Comment:
   Simiarly on this one? Can/should we configure `test_client` etc so that
   
   ```suggestion
           response = test_client.get("auth/login", follow_redirects=False, 
params=params)
   ```
   
   works?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to