Make ruff happy

This commit is contained in:
Konstantin Knizhnik
2024-03-20 17:54:34 +02:00
parent f07c33186a
commit 165a1d7bf1

View File

@@ -6,4 +6,4 @@ def test_protocol_version(neon_simple_env: NeonEnv):
endpoint = env.endpoints.create_start("main", config_lines=["neon.protocol_version=1"])
cur = endpoint.connect().cursor()
cur.execute("show neon.protocol_version")
assert cur.fetchone() == ('1',)
assert cur.fetchone() == ("1",)