We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180f063 commit 02d277eCopy full SHA for 02d277e
tests/config_pydantic.py
@@ -54,7 +54,9 @@ class ConfigureTdf(BaseSettings):
54
)
55
56
OIDC_OP_TOKEN_ENDPOINT: str = Field(
57
- default_factory=lambda data: f"{data['KEYCLOAK_URL']}realms/opentdf/protocol/openid-connect/token"
+ default_factory=lambda data: (
58
+ f"{data['KEYCLOAK_URL']}realms/opentdf/protocol/openid-connect/token"
59
+ )
60
61
62
# NOTE: The following variableis used for OIDC, NPE encryption/decryption, as
0 commit comments