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 6660f2a commit 3c148e2Copy full SHA for 3c148e2
tests/cli/test_build_images.py
@@ -72,7 +72,7 @@ def test_build_images(mock_subprocess, mock_exists, build_params):
72
)
73
74
# Check that the image path generated is correct
75
- assert built_image == f"{dst}/{images[0]:{tags[0]}}"
+ assert built_image == f"{dst}/{images[0]}:{tags[0]}"
76
77
78
test_run_params_matrix: tuple[
0 commit comments