Skip to content

Commit 7477c8a

Browse files
Add a comment
Signed-off-by: Lukasz Gryglicki <[email protected]>
1 parent f4836ea commit 7477c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cla-backend/cla/models/github_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1895,7 +1895,7 @@ def _fetch_token(self, client_id, state, token_url, client_secret, code): # pyl
18951895
def _get_request_session(self, request) -> dict:
18961896
if self.oauth2_token:
18971897
return {
1898-
"github_oauth2_token": "random-token",
1898+
"github_oauth2_token": "random-token", # LG: comment this out to see how Mock class woudl attempt to fetch GitHub token using state & code
18991899
"github_oauth2_state": "random-state",
19001900
"github_origin_url": "http://github/origin/url",
19011901
"github_installation_id": 1,

0 commit comments

Comments
 (0)