Skip to content

Commit 5c64828

Browse files
committed
ruff
1 parent ed23d28 commit 5c64828

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
@@ -195,7 +195,7 @@ def _pull_push_service(
195195
new_image_tag = (
196196
f"{new_registry}/{io_simcore_labels['key']}:{io_simcore_labels['version']}"
197197
)
198-
assert image.tag(new_image_tag) == True
198+
assert image.tag(new_image_tag)
199199

200200
# push the image to the new location
201201
print(f"Pushing {pull_key}:{tag} -> {new_image_tag}...")

0 commit comments

Comments
 (0)