[fix]. Harden fork PR fetch + config marker
This commit is contained in:
@@ -71,7 +71,7 @@ def test_format_result_comment_appends_missing_config_note_for_system_layout() -
|
||||
assert body.endswith("> ℹ️.codex-review.yml is not configured")
|
||||
|
||||
|
||||
def test_format_result_comment_does_not_append_missing_config_note_to_agent_markdown() -> None:
|
||||
def test_format_result_comment_appends_missing_config_note_to_agent_markdown() -> None:
|
||||
body = format_result_comment(
|
||||
"ff0011",
|
||||
{
|
||||
@@ -79,4 +79,4 @@ def test_format_result_comment_does_not_append_missing_config_note_to_agent_mark
|
||||
},
|
||||
repo_configured=False,
|
||||
)
|
||||
assert "> ℹ️.codex-review.yml is not configured" not in body
|
||||
assert body.endswith("> ℹ️.codex-review.yml is not configured")
|
||||
|
||||
Reference in New Issue
Block a user