We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65bb2ad commit d66e310Copy full SHA for d66e310
tests/conftest.py
@@ -351,8 +351,8 @@ def _decode_split_data(_data: str) -> list[str]:
351
if not use_unprivileged_client:
352
return None
353
354
- secret_name = "byoidc-credentials" if is_byoidc else "openldap" # pragma: allowlist secret
355
- secret_ns = "oidc" if is_byoidc else "openldap" # pragma: allowlist secret
+ secret_name = "byoidc-credentials" if is_byoidc else "openldap" # pragma: allowlist secret
+ secret_ns = "oidc" if is_byoidc else "openldap" # pragma: allowlist secret
356
357
if users_Secret := list(
358
Secret.get(
0 commit comments