We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca87fd8 commit a382483Copy full SHA for a382483
test/integ/sso/test_unit_sso_connection.py
@@ -33,7 +33,7 @@
33
def test_connect_externalbrowser(
34
mockSnowflakeRestfulPostRequest, mockAuthByBrowserAuthenticate
35
):
36
- """Connects with authentictor=externalbrowser mock."""
+ """Connects with authenticator=externalbrowser mock."""
37
os.environ["SF_TEMPORARY_CREDENTIAL_CACHE_DIR"] = os.getenv(
38
"WORKSPACE", os.path.expanduser("~")
39
)
0 commit comments