From b88bb64bc86757afe73720e40186f4063e2ca9d3 Mon Sep 17 00:00:00 2001 From: Victor Polevoy Date: Fri, 11 Jul 2025 11:28:14 +0200 Subject: [PATCH] Please ruff --- test_runner/fixtures/neon_fixtures.py | 4 ++-- test_runner/regress/test_normal_work.py | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/test_runner/fixtures/neon_fixtures.py b/test_runner/fixtures/neon_fixtures.py index dacecf90e4..d594d2132b 100644 --- a/test_runner/fixtures/neon_fixtures.py +++ b/test_runner/fixtures/neon_fixtures.py @@ -4353,9 +4353,9 @@ class Endpoint(PgProtocol, LogUtils): # XXX: By checking for None, we enable the new communicator for all tests # by default if grpc or grpc is None: - config_lines += [f"neon.enable_new_communicator=on"] + config_lines += ["neon.enable_new_communicator=on"] else: - config_lines += [f"neon.enable_new_communicator=off"] + config_lines += ["neon.enable_new_communicator=off"] # Delete file cache if it exists (and we're recreating the endpoint) if USE_LFC: diff --git a/test_runner/regress/test_normal_work.py b/test_runner/regress/test_normal_work.py index b815fee702..ae545664d2 100644 --- a/test_runner/regress/test_normal_work.py +++ b/test_runner/regress/test_normal_work.py @@ -17,7 +17,9 @@ def check_tenant( config_lines = [ f"neon.safekeeper_proto_version = {safekeeper_proto_version}", ] - endpoint = env.endpoints.create_start("main", tenant_id=tenant_id, config_lines=config_lines, grpc=True) + endpoint = env.endpoints.create_start( + "main", tenant_id=tenant_id, config_lines=config_lines, grpc=True + ) # we rely upon autocommit after each statement res_1 = endpoint.safe_psql_many( queries=[