Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Change integration tests base path
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo-seijas committed Jul 24, 2023
1 parent 7912c75 commit 2bbcc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2bbcc7b

Please sign in to comment.