Skip to content

Commit 23d7867

Browse files
seratchstevengill
andauthored
Update integration_tests/samples/oauth/oauth_v2.py
Co-authored-by: Steve Gill <[email protected]>
1 parent 9046f04 commit 23d7867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/samples/oauth/oauth_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def oauth_callback():
9797
state = request.args["state"]
9898
if state_service.consume(state):
9999
code = request.args["code"]
100-
client = WebClient() # not prepared token needed for this app
100+
client = WebClient() # no prepared token needed for this app
101101
response = client.oauth_v2_access(
102102
client_id=client_id,
103103
client_secret=client_secret,

0 commit comments

Comments
 (0)