From 2bbcc7bd04757a10631bbc720b4a7b338572b674 Mon Sep 17 00:00:00 2001 From: arturo-seijas Date: Mon, 24 Jul 2023 16:22:37 +0200 Subject: [PATCH] Change integration tests base path --- tests/integration/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/conftest.py b/tests/integration/conftest.py index a86c2cd..d46e12d 100644 --- a/tests/integration/conftest.py +++ b/tests/integration/conftest.py @@ -54,7 +54,7 @@ def grafana_app_name_fixture() -> str: return "grafana-k8s" -@pytest.fixture(scope="module") +@pytest.fixture(scope="module", name="charm_file") def charm_file_fixture(pytestconfig: pytest.Config): """Get the existing charm file.""" value = pytestconfig.getoption("--charm-file")