We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41c284 commit 1b6185cCopy full SHA for 1b6185c
tests/unit/conftest.py
@@ -66,6 +66,9 @@ def patch(monkeypatch):
66
monkeypatch.setattr("mysql_shell.Shell.is_router_in_cluster_set", lambda *args, **kwargs: True)
67
monkeypatch.setattr("charm_refresh.Machines", _MockRefresh)
68
monkeypatch.setattr("charm_refresh.snap_name", lambda: "charmed-mysql")
69
+ monkeypatch.setattr(
70
+ "charm_refresh.CharmSpecificCommon.__post_init__", lambda *args, **kwargs: None
71
+ )
72
monkeypatch.setattr(
73
"relations.database_requires.RelationEndpoint.does_relation_exist",
74
lambda *args, **kwargs: True,
0 commit comments