mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-02 04:50:38 +00:00
Make ruff happy
This commit is contained in:
@@ -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",)
|
||||
|
||||
Reference in New Issue
Block a user