Skip to content

Commit 73b2623

Browse files
review fixes
1 parent 986bb6e commit 73b2623

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/unit/aio/test_programmatic_access_token_async.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ async def test_valid_pat_async(wiremock_client: WiremockClient) -> None:
5151
)
5252

5353
connection = SnowflakeConnection(
54-
user="testUser",
5554
authenticator=PROGRAMMATIC_ACCESS_TOKEN,
5655
token="some PAT",
5756
account="testAccount",
@@ -77,7 +76,6 @@ async def test_invalid_pat_async(wiremock_client: WiremockClient) -> None:
7776

7877
with pytest.raises(snowflake.connector.errors.DatabaseError) as execinfo:
7978
connection = SnowflakeConnection(
80-
user="testUser",
8179
authenticator=PROGRAMMATIC_ACCESS_TOKEN,
8280
token="some PAT",
8381
account="testAccount",

0 commit comments

Comments
 (0)