vincbeck commented on code in PR #61305:
URL: https://github.com/apache/airflow/pull/61305#discussion_r2754725479
##########
providers/keycloak/tests/unit/keycloak/auth_manager/test_keycloak_auth_manager.py:
##########
@@ -559,3 +559,25 @@ def test_get_keycloak_client_with_no_credentials(self,
mock_keycloak_openid, aut
client_secret_key="client_secret",
)
assert client == mock_keycloak_openid.return_value
+
+ def test_get_token_url_without_trailing_slash(self, auth_manager):
Review Comment:
I like those tests but could be one test with multiple parameter using
`@pytest.mark.parametrize`. Can you please do that?
--
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]