Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit fa6a26f

Browse files
committed
remove unused tmp_path
1 parent ecaa783 commit fa6a26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scenario/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
@pytest.fixture
10-
def tempo_charm(tmp_path):
10+
def tempo_charm():
1111
with patch("charm.KubernetesServicePatch"):
1212
with patch("lightkube.core.client.GenericSyncClient"):
1313
yield TempoCharm

0 commit comments

Comments
 (0)