Skip to content

Commit

Permalink
fix: use merge_queues permission
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Oct 7, 2024
1 parent 51162e6 commit 844ae0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ async def test_list_installations():

for installation in installations:
permissions = installation["permissions"]
if "merge_queue" not in permissions:
if "merge_queues" not in permissions:
_logger.info(f"{installation['account']['login']} -> missing merge_queue permission")

0 comments on commit 844ae0a

Please sign in to comment.