From 1435f4e142a4f2dbf32e847ce1038c0ac2d7995e Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Sat, 31 May 2025 08:35:14 +0300 Subject: [PATCH] Make ruff happy --- test_runner/regress/test_replica_promotes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_runner/regress/test_replica_promotes.py b/test_runner/regress/test_replica_promotes.py index 522f556f3b..e378d37635 100644 --- a/test_runner/regress/test_replica_promotes.py +++ b/test_runner/regress/test_replica_promotes.py @@ -6,7 +6,7 @@ This far, only contains a test that we don't break and that the data is persiste import psycopg2 from fixtures.log_helper import log -from fixtures.neon_fixtures import Endpoint, NeonEnv, wait_for_last_flush_lsn, wait_replica_caughtup +from fixtures.neon_fixtures import Endpoint, NeonEnv, wait_replica_caughtup from fixtures.pg_version import PgVersion from pytest import raises @@ -68,7 +68,7 @@ def test_replica_promotes(neon_simple_env: NeonEnv, pg_version: PgVersion): promo_cur.execute("SELECT * FROM pg_promote()") assert promo_cur.fetchone() == (True,) promo_cur.execute( - """ + """ SELECT pg_current_wal_insert_lsn(), pg_current_wal_lsn(), pg_current_wal_flush_lsn()