Skip to content

Commit 7b196c3

Browse files
SNOW-1675422: fixed broken jobs - duplicated leftover
1 parent 48123e7 commit 7b196c3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/integ/aio_it/conftest.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,7 @@ async def create_connection(connection_name: str, **kwargs) -> SnowflakeConnecti
101101
from parameters.py.
102102
"""
103103
ret = fill_conn_kwargs_for_tests(connection_name, **kwargs)
104-
connection = SnowflakeConnection(**ret)
105-
conn = await async_connect(**ret)
106-
await connection.connect()
107-
return conn
104+
return await async_connect(**ret)
108105

109106

110107
@asynccontextmanager

0 commit comments

Comments
 (0)