Skip to content

Commit 2c49a99

Browse files
committed
fix
1 parent 261e0a5 commit 2c49a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/collector/tests/source_collectors/bitbucket/test_merge_requests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def create_merge_request(
3333
approved: bool = False,
3434
state: str = "OPEN",
3535
branch: str = "main",
36-
) -> dict[str, str | int | list[dict[str, int]]]:
36+
) -> dict[str, int | str | list[dict[str, bool]] | dict[str, str]]:
3737
"""Create a merge request fixture."""
3838
return {
3939
"id": number,

0 commit comments

Comments
 (0)