Skip to content

Commit f84a427

Browse files
committed
fix the minimal_image fallback issue identified by the coderabbit
Signed-off-by: Kamesh Akella <kakella@redhat.com>
1 parent 2de79d1 commit f84a427

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/workbenches/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def default_notebook(
9292
minimal_image_path = (
9393
f"{INTERNAL_IMAGE_REGISTRY_PATH}/{py_config['applications_namespace']}/{minimal_image}"
9494
if internal_image_registry
95-
else ":" + minimal_image.rsplit(":", maxsplit=1)[1]
95+
else minimal_image
9696
)
9797

9898
probe_config = {

0 commit comments

Comments
 (0)