stegololz commented on code in PR #61351:
URL: https://github.com/apache/airflow/pull/61351#discussion_r2821893273
##########
providers/keycloak/tests/unit/keycloak/auth_manager/test_keycloak_auth_manager.py:
##########
@@ -173,73 +199,75 @@ def test_refresh_user_expired_with_invalid_token(
keycloak_client.refresh_token.assert_called_with("refresh_token")
- @pytest.mark.parametrize(
- ("function", "method", "details", "permission", "attributes"),
+ _AUTHORIZED_PARAMS = [
Review Comment:
At one point I used them on multiple place. Not the case anymore, so I
reverted 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]