Skip to content

Commit a382483

Browse files
authored
SNOW-1061248: Fix misspelling in test comment (#1882)
Correct typo.
1 parent ca87fd8 commit a382483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integ/sso/test_unit_sso_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
def test_connect_externalbrowser(
3434
mockSnowflakeRestfulPostRequest, mockAuthByBrowserAuthenticate
3535
):
36-
"""Connects with authentictor=externalbrowser mock."""
36+
"""Connects with authenticator=externalbrowser mock."""
3737
os.environ["SF_TEMPORARY_CREDENTIAL_CACHE_DIR"] = os.getenv(
3838
"WORKSPACE", os.path.expanduser("~")
3939
)

0 commit comments

Comments
 (0)