From 1e20c4f2b28aa592527961bb32170ebbd2c9172f Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Wed, 16 Jul 2025 13:26:02 +0200 Subject: [PATCH] format --- test_runner/fixtures/neon_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/fixtures/neon_api.py b/test_runner/fixtures/neon_api.py index 122fe5186d..9ea3247234 100644 --- a/test_runner/fixtures/neon_api.py +++ b/test_runner/fixtures/neon_api.py @@ -66,7 +66,7 @@ class NeonAPI: elif resp.status_code == 423 and resp.json()["message"] in { "endpoint is in some transitive state, could not suspend", "project already has running conflicting operations, scheduling of new ones is prohibited", - "snapshot is in transition" + "snapshot is in transition", }: retry = True self.retries4xx += 1