Skip to content

Commit

Permalink
chore(github): fix linter
Browse files Browse the repository at this point in the history
I don't get it, it was all ok the other day. Welp.
  • Loading branch information
vit-zikmund committed Nov 19, 2024
1 parent f522793 commit 2c0d562
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/auth/test_github.py
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,9 @@ def test_github_auth_request_app_selected_repos(app: flask.Flask) -> None:
resp_i = mock_org_installations(
auth.api_url, json=DEFAULT_ORG_INSTALLATIONS
)
resp_r = mock_installation_repos(auth.api_url, json=installation_repo_data())
resp_r = mock_installation_repos(
auth.api_url, json=installation_repo_data()
)

identity = auth_request(
app, auth, user=str(DEFAULT_SEL_ID), token=DEFAULT_APP_TOKEN
Expand Down

0 comments on commit 2c0d562

Please sign in to comment.