From e0589b97a8f387a69bf3d683f10f4049f995b165 Mon Sep 17 00:00:00 2001 From: benoit Date: Tue, 27 Feb 2024 11:25:24 +0100 Subject: [PATCH] Black run --- tests/test_cluster_has_leader.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_cluster_has_leader.py b/tests/test_cluster_has_leader.py index f152c0d..4319208 100644 --- a/tests/test_cluster_has_leader.py +++ b/tests/test_cluster_has_leader.py @@ -109,9 +109,9 @@ def test_cluster_has_leader_ko_standby_leader( def cluster_has_leader_ko_standby_leader_archiving( patroni_api: PatroniAPI, old_replica_state: bool, datadir: Path, tmp_path: Path ) -> Iterator[None]: - cluster_path: Union[ - str, Path - ] = "cluster_has_leader_ko_standby_leader_archiving.json" + cluster_path: Union[str, Path] = ( + "cluster_has_leader_ko_standby_leader_archiving.json" + ) patroni_path = "cluster_has_replica_patroni_verion_3.1.0.json" if old_replica_state: cluster_path = cluster_api_set_replica_running(datadir / cluster_path, tmp_path)