We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17bdb1 commit 2f1eba2Copy full SHA for 2f1eba2
1 file changed
tests/contract/reviewer_bot/test_comment_application_contract.py
@@ -196,7 +196,8 @@ def test_comment_application_no_longer_owns_direct_comment_freshness_decision_br
196
module_text = Path("scripts/reviewer_bot_lib/comment_application.py").read_text(encoding="utf-8")
197
198
assert "comment_freshness_policy.decide_comment_freshness(effective_review_data, request)" in module_text
199
- assert 'bot.github.get_issue_assignees(' in module_text
+ assert "assignment_flow.resolve_reviewer_authority(" in module_text
200
+ assert 'bot.github.get_issue_assignees(' not in module_text
201
assert "if isinstance(current_reviewer, str) and current_reviewer.lower() == comment_author.lower():" not in module_text
202
203
0 commit comments