We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62690c3 commit d12cc51Copy full SHA for d12cc51
1 file changed
pytest_plugins/upstream_pr.py
@@ -118,6 +118,7 @@ def pytest_collection_modifyitems(session, items, config):
118
119
auth = None
120
if token := gh_settings.get('token'):
121
+ logger.info(f"DEBUG TEST: token {token[0:7]}")
122
auth = Auth.Token(token)
123
github_client = Github(auth=auth)
124
0 commit comments