Skip to content

Commit 8408520

Browse files
Update test name
1 parent ad8b676 commit 8408520

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_snowflake_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_init_no_pw(self):
2020
with pytest.raises(SnowflakeClientError):
2121
SnowflakeClient('test_account', 'test_user')
2222

23-
def test_init_multiple_pw(self):
23+
def test_init_multiple_auth(self):
2424
with pytest.raises(SnowflakeClientError):
2525
SnowflakeClient('test_account', 'test_user', 'test_pk', 'test_pw')
2626

0 commit comments

Comments
 (0)