ashb commented on code in PR #49013:
URL: https://github.com/apache/airflow/pull/49013#discussion_r2037038234
##########
airflow-core/tests/unit/api_fastapi/core_api/test_security.py:
##########
@@ -120,6 +120,7 @@ async def test_requires_access_dag_unauthorized(self,
mock_get_auth_manager):
("https://server_base_url.com/prefix", True),
("/prefix/some_other", True),
("prefix/some_other", True),
+ ("https://requesting_server_base_url.com/prefix2", True), # safe
in regards to the request url
Review Comment:
Thanks for adding this
--
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]