test: use image-builder-test as a name

Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
This commit is contained in:
Simon de Vlieger 2025-01-20 13:53:04 +01:00
parent c7b8ee9af0
commit 94afe7b150

View file

@ -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",