@@ -151,8 +151,8 @@ async def getconn(
151151
152152async def test_sqlalchemy_connection_with_asyncpg () -> None :
153153 """Basic test to get time from database."""
154- inst_conn_name = os .environ ["POSTGRES_IAM_CONNECTION_NAME " ]
155- user = os .environ ["POSTGRES_IAM_USER " ]
154+ inst_conn_name = os .environ ["POSTGRES_CONNECTION_NAME " ]
155+ user = os .environ ["POSTGRES_USER " ]
156156 password = os .environ ["POSTGRES_PASS" ]
157157 db = os .environ ["POSTGRES_DB" ]
158158
@@ -167,8 +167,8 @@ async def test_sqlalchemy_connection_with_asyncpg() -> None:
167167
168168async def test_lazy_sqlalchemy_connection_with_asyncpg () -> None :
169169 """Basic test to get time from database."""
170- inst_conn_name = os .environ ["POSTGRES_IAM_CONNECTION_NAME " ]
171- user = os .environ ["POSTGRES_IAM_USER " ]
170+ inst_conn_name = os .environ ["POSTGRES_CONNECTION_NAME " ]
171+ user = os .environ ["POSTGRES_USER " ]
172172 password = os .environ ["POSTGRES_PASS" ]
173173 db = os .environ ["POSTGRES_DB" ]
174174
@@ -185,8 +185,8 @@ async def test_lazy_sqlalchemy_connection_with_asyncpg() -> None:
185185
186186async def test_connection_with_asyncpg () -> None :
187187 """Basic test to get time from database."""
188- inst_conn_name = os .environ ["POSTGRES_IAM_CONNECTION_NAME " ]
189- user = os .environ ["POSTGRES_IAM_USER " ]
188+ inst_conn_name = os .environ ["POSTGRES_CONNECTION_NAME " ]
189+ user = os .environ ["POSTGRES_USER " ]
190190 password = os .environ ["POSTGRES_PASS" ]
191191 db = os .environ ["POSTGRES_DB" ]
192192
@@ -201,8 +201,8 @@ async def test_connection_with_asyncpg() -> None:
201201
202202async def test_lazy_connection_with_asyncpg () -> None :
203203 """Basic test to get time from database."""
204- inst_conn_name = os .environ ["POSTGRES_IAM_CONNECTION_NAME " ]
205- user = os .environ ["POSTGRES_IAM_USER " ]
204+ inst_conn_name = os .environ ["POSTGRES_CONNECTION_NAME " ]
205+ user = os .environ ["POSTGRES_USER " ]
206206 password = os .environ ["POSTGRES_PASS" ]
207207 db = os .environ ["POSTGRES_DB" ]
208208
0 commit comments