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 f361fdd commit 251b6e2Copy full SHA for 251b6e2
tests/unit/conftest.py
@@ -93,8 +93,6 @@ def kubernetes_patch(monkeypatch):
93
"charm.KubernetesRouterCharm.get_all_k8s_node_hostnames_and_ips",
94
lambda *args, **kwargs: None,
95
)
96
- monkeypatch.setattr("kubernetes_upgrade._Partition.get", lambda *args, **kwargs: 0)
97
- monkeypatch.setattr("kubernetes_upgrade._Partition.set", lambda *args, **kwargs: None)
98
99
100
@pytest.fixture(params=[True, False])
0 commit comments