Skip to content

Commit

Permalink
fix fixture scope
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Feb 4, 2025
1 parent 7523fa6 commit 5c0c4c5
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 @@ -14,7 +14,7 @@
logger = logging.getLogger(__name__)


@pytest.fixture(scope="module")
@pytest.fixture(scope="session")
def charm():
# Return str instead of pathlib.Path since python-libjuju's model.deploy(), juju deploy, and
# juju bundle files expect local charms to begin with `./` or `/` to distinguish them from
Expand Down

0 comments on commit 5c0c4c5

Please sign in to comment.