Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TunahanGuler authored and fniessink committed Feb 13, 2025
1 parent 4771b52 commit e3884bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def create_merge_request(
approved: bool = False,
state: str = "OPEN",
branch: str = "main",
) -> dict[str, str | int | list[dict[str, int]]]:
) -> dict[str, int | str | list[dict[str, bool]] | dict[str, str]]:
"""Create a merge request fixture."""
return {
"id": number,
Expand Down

0 comments on commit e3884bf

Please sign in to comment.