mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-26 09:30:37 +00:00
set superuser name in python tests too
This commit is contained in:
@@ -83,7 +83,7 @@ class PgProtocol:
|
||||
def __init__(self, host: str, port: int, username: Optional[str] = None):
|
||||
self.host = host
|
||||
self.port = port
|
||||
self.username = username or getpass.getuser()
|
||||
self.username = username or "zenith_admin"
|
||||
|
||||
def connstr(self, *, dbname: str = 'postgres', username: Optional[str] = None) -> str:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user