Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshinishio committed Dec 10, 2024
1 parent 862ac88 commit f2829e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion services/github/github_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def initialize_repo(repo_path: str, remote_url: str) -> None:
run_command(command="git push -u origin main", cwd=repo_path)


@handle_exceptions(raise_on_error=True)
@handle_exceptions(default_return_value=None, raise_on_error=False)
def get_installation_access_token(installation_id: int) -> str:
"""https://docs.github.com/en/rest/apps/apps?apiVersion=2022-11-28#create-an-installation-access-token-for-an-app"""
jwt_token: str = create_jwt()
Expand Down
3 changes: 0 additions & 3 deletions tests/services/supabase/test_users_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ def test_how_many_requests_left() -> None:
)


# test_how_many_requests_left()


def test_is_users_first_issue() -> None:
"""Check if it's a users first issue."""

Expand Down

0 comments on commit f2829e0

Please sign in to comment.