We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d4896 commit 6da14d7Copy full SHA for 6da14d7
packages/pytest-simcore/src/pytest_simcore/docker_registry.py
@@ -155,7 +155,7 @@ def _pull_push_service(
155
if owner_email:
156
with log_context(
157
logging.INFO,
158
- msg=(f"Overriding labels to take ownership as {owner_email} ...",),
+ msg=f"Overriding labels to take ownership as {owner_email} ...",
159
):
160
# By overriding these labels, user owner_email gets ownership of the service
161
# and the catalog service automatically gives full access rights for testing it
0 commit comments