Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 4, 2023
1 parent deedbb0 commit 9b36832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binderhub/tests/conftest.py
Expand Up @@ -124,7 +124,7 @@ def mock_asynchttpclient(request):

# The GitHub Actions provided token (secrets.github_token) does not have
# access to api.github.com/gists. Due to this, we mock such requests even if
# such token is provided.
# such token is provided.
token = os.getenv("GITHUB_ACCESS_TOKEN")
if token:
assert False, f"The prefix of a github_token is: {token[:4]}"
Expand Down

0 comments on commit 9b36832

Please sign in to comment.