Skip to content

Commit

Permalink
fix scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldmitry committed Jul 29, 2024
1 parent 14e9abd commit 453bc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scenario/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def coordinator():
@pytest.fixture
def tempo_charm():
with patch("lightkube.core.client.GenericSyncClient"):
with patch.object(Nginx, "are_certificates_on_disk", False):
with patch("charm.TempoCoordinatorCharm.are_certificates_on_disk", False):
yield TempoCoordinatorCharm


Expand Down

0 comments on commit 453bc30

Please sign in to comment.