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 d8f71d4 commit 376909eCopy full SHA for 376909e
packages/pytest-simcore/src/pytest_simcore/docker_registry.py
@@ -62,7 +62,7 @@ def docker_registry(keep_docker_up: bool) -> Iterator[str]:
62
docker_client.login(registry=url, username="simcore")
63
# tag the image
64
repo = url + "/hello-world:dev"
65
- assert hello_world_image.tag(repo) == True
+ assert hello_world_image.tag(repo)
66
# push the image to the private registry
67
docker_client.images.push(repo)
68
# wipe the images
0 commit comments