Skip to content

Commit 376909e

Browse files
committed
minor
1 parent d8f71d4 commit 376909e

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
@@ -62,7 +62,7 @@ def docker_registry(keep_docker_up: bool) -> Iterator[str]:
6262
docker_client.login(registry=url, username="simcore")
6363
# tag the image
6464
repo = url + "/hello-world:dev"
65-
assert hello_world_image.tag(repo) == True
65+
assert hello_world_image.tag(repo)
6666
# push the image to the private registry
6767
docker_client.images.push(repo)
6868
# wipe the images

0 commit comments

Comments
 (0)