We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de79d1 commit f84a427Copy full SHA for f84a427
1 file changed
tests/workbenches/conftest.py
@@ -92,7 +92,7 @@ def default_notebook(
92
minimal_image_path = (
93
f"{INTERNAL_IMAGE_REGISTRY_PATH}/{py_config['applications_namespace']}/{minimal_image}"
94
if internal_image_registry
95
- else ":" + minimal_image.rsplit(":", maxsplit=1)[1]
+ else minimal_image
96
)
97
98
probe_config = {
0 commit comments