From 94afe7b150097deeeb23e913d195c3a1b217c306 Mon Sep 17 00:00:00 2001 From: Simon de Vlieger Date: Mon, 20 Jan 2025 13:53:04 +0100 Subject: [PATCH] test: use `image-builder-test` as a name Signed-off-by: Simon de Vlieger --- test/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/conftest.py b/test/conftest.py index 4b29a56..793cc5c 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -8,7 +8,7 @@ import pytest def build_container_fixture(): """Build a container from the Containerfile and returns the name""" - container_tag = "image-builder-cli-test" + container_tag = "image-builder-test" subprocess.check_call([ "podman", "build", "-f", "Containerfile",