From 78a8ac7be9b916174fd94c46cb6db3e766463572 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Wed, 6 Aug 2025 17:54:36 +0200 Subject: [PATCH] ruff format --- test_runner/regress/test_hot_standby.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/regress/test_hot_standby.py b/test_runner/regress/test_hot_standby.py index 957af82cda..4128e911c2 100644 --- a/test_runner/regress/test_hot_standby.py +++ b/test_runner/regress/test_hot_standby.py @@ -141,7 +141,7 @@ def test_hot_standby_gc(neon_env_builder: NeonEnvBuilder, pause_apply: bool): tenant_id = env.initial_tenant # enable the compute feature t - compute_features = ['standby_horizon_leases_experimental'] + compute_features = ["standby_horizon_leases_experimental"] with env.endpoints.create_start( branch_name="main",