We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8b676 commit 8408520Copy full SHA for 8408520
1 file changed
tests/test_snowflake_client.py
@@ -20,7 +20,7 @@ def test_init_no_pw(self):
20
with pytest.raises(SnowflakeClientError):
21
SnowflakeClient('test_account', 'test_user')
22
23
- def test_init_multiple_pw(self):
+ def test_init_multiple_auth(self):
24
25
SnowflakeClient('test_account', 'test_user', 'test_pk', 'test_pw')
26
0 commit comments