Skip to content

Commit d12cc51

Browse files
committed
Debug
1 parent 62690c3 commit d12cc51

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pytest_plugins/upstream_pr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def pytest_collection_modifyitems(session, items, config):
118118

119119
auth = None
120120
if token := gh_settings.get('token'):
121+
logger.info(f"DEBUG TEST: token {token[0:7]}")
121122
auth = Auth.Token(token)
122123
github_client = Github(auth=auth)
123124

0 commit comments

Comments
 (0)