Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
pquadri committed Sep 19, 2024
1 parent 4ca77b7 commit 645fa0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ When initialising the table object you can pass a table structure that contains

## Authentication methods

You can use multiple authentication methods by either passing `authenticator` to the SnowflakeSettings object or by setting the env variable `SNOWFLAKE_AUTHENTICATOR`.
You can use multiple authentication methods by either passing `authenticator` to the SnowflakeSettings object or by setting the env variable `SNOWFLAKE_AUTHENTICATOR`.
Available authenticators include:

- `snowflake`: default, username + password
Expand Down
2 changes: 1 addition & 1 deletion tests/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"snowflake",
"externalbrowser",
"username_password_mfa",
"valid.okta.com",
"https://valid.okta.com",
],
)
def test_authenticator(authenticator: str) -> None:
Expand Down

0 comments on commit 645fa0c

Please sign in to comment.