Skip to content

Commit ca148e8

Browse files
SNOW-2043523: Initializations updated (potential BCR - to be discussed if we can change signature of the Auth classes __init__)
1 parent 5fdc13a commit ca148e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/unit/test_auth_oauth_auth_code.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def test_auth_oauth_auth_code_oauth_type():
2121
"tokenRequestUrl",
2222
"redirectUri:{port}",
2323
"scope",
24+
"host",
2425
)
2526
body = {"data": {}}
2627
auth.update_body(body)
@@ -38,6 +39,7 @@ def test_auth_oauth_auth_code_single_use_refresh_tokens(rtr_enabled: bool):
3839
"tokenRequestUrl",
3940
"http://127.0.0.1:8080",
4041
"scope",
42+
"host",
4143
pkce_enabled=False,
4244
enable_single_use_refresh_tokens=rtr_enabled,
4345
)

0 commit comments

Comments
 (0)