stegololz commented on code in PR #61256:
URL: https://github.com/apache/airflow/pull/61256#discussion_r2749408403
##########
providers/keycloak/src/airflow/providers/keycloak/auth_manager/cli/commands.py:
##########
@@ -175,6 +254,7 @@ def _create_scopes(client: KeycloakAdmin, client_uuid: str,
*, _dry_run: bool =
def _get_resources_to_create(
client: KeycloakAdmin,
client_uuid: str,
+ teams: list[str] | None = None,
Review Comment:
Fixed! this appeared when I had null team on the manager and I went too far
with the find and replace 😅
Also had to adapt the tests.
--
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]