Skip to content

Commit 6da14d7

Browse files
committed
typo
1 parent f7d4896 commit 6da14d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pytest-simcore/src/pytest_simcore/docker_registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def _pull_push_service(
155155
if owner_email:
156156
with log_context(
157157
logging.INFO,
158-
msg=(f"Overriding labels to take ownership as {owner_email} ...",),
158+
msg=f"Overriding labels to take ownership as {owner_email} ...",
159159
):
160160
# By overriding these labels, user owner_email gets ownership of the service
161161
# and the catalog service automatically gives full access rights for testing it

0 commit comments

Comments
 (0)