Skip to content

Commit 141dc78

Browse files
Merge branch 'main' into SNOW-2062305-process-pool-batch-fetcher
2 parents bd4497d + 1062e1e commit 141dc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snowflake/connector/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def _get_private_bytes_from_file(
340340
str,
341341
# SNOW-1825621: OAUTH implementation
342342
),
343-
"oauth_redirect_uri": ("http://127.0.0.1/", str),
343+
"oauth_redirect_uri": ("http://127.0.0.1", str),
344344
"oauth_scope": (
345345
"",
346346
str,

0 commit comments

Comments
 (0)