Skip to content

Commit 3c148e2

Browse files
committed
Incorrect brackets
1 parent 6660f2a commit 3c148e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cli/test_build_images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def test_build_images(mock_subprocess, mock_exists, build_params):
7272
)
7373

7474
# Check that the image path generated is correct
75-
assert built_image == f"{dst}/{images[0]:{tags[0]}}"
75+
assert built_image == f"{dst}/{images[0]}:{tags[0]}"
7676

7777

7878
test_run_params_matrix: tuple[

0 commit comments

Comments
 (0)