Skip to content

Commit

Permalink
chore: update test var
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Sep 4, 2024
1 parent 12b4b72 commit 1c7e285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/system/test_pg8000_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


def create_sqlalchemy_engine(
inst_uri: str,
instance_connection_name: str,
user: str,
password: str,
db: str,
Expand Down Expand Up @@ -70,7 +70,7 @@ def create_sqlalchemy_engine(

def getconn() -> pg8000.dbapi.Connection:
conn: pg8000.dbapi.Connection = connector.connect(
inst_uri,
instance_connection_name,
"pg8000",
user=user,
password=password,
Expand Down

0 comments on commit 1c7e285

Please sign in to comment.