This is an automated email from the ASF dual-hosted git repository.

vincbeck pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 87306b32c18 Fix AWS auth manager system test (#49072)
87306b32c18 is described below

commit 87306b32c18b42dd5dbe24227076fb4ba76778e0
Author: Vincent <[email protected]>
AuthorDate: Thu Apr 10 15:14:42 2025 -0400

    Fix AWS auth manager system test (#49072)
---
 providers/amazon/tests/system/amazon/aws/tests/test_aws_auth_manager.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/providers/amazon/tests/system/amazon/aws/tests/test_aws_auth_manager.py 
b/providers/amazon/tests/system/amazon/aws/tests/test_aws_auth_manager.py
index 4c3de7970d3..22551276aba 100644
--- a/providers/amazon/tests/system/amazon/aws/tests/test_aws_auth_manager.py
+++ b/providers/amazon/tests/system/amazon/aws/tests/test_aws_auth_manager.py
@@ -204,5 +204,5 @@ class TestAwsAuthManager:
         token = response.cookies.get(COOKIE_NAME_JWT_TOKEN)
         assert response.status_code == 303
         assert "location" in response.headers
-        assert response.headers["location"] == "http://localhost:28080/";
+        assert response.headers["location"] == "/"
         assert token is not None

Reply via email to