fix: _parity_full_rows → _parity_rows in parity test

Former-commit-id: 989f7952d2719650edf535793314162fd76932c2
This commit is contained in:
反编译工作区
2026-05-02 06:08:55 +08:00
parent fbd30a7b4e
commit 5513b635e5
@@ -50,7 +50,7 @@ def test_parity_single_endpoint(
"match": pr.match, "match": pr.match,
"message": pr.message, "message": pr.message,
} }
request.config._parity_full_rows.append(row) # type: ignore request.config._parity_rows.append(row) # type: ignore
assert pr.match, ( assert pr.match, (
f"{name} mismatch: {pr.message}\n" f"{name} mismatch: {pr.message}\n"
f"old_http={pr.old_status} new_http={pr.new_status}\n" f"old_http={pr.old_status} new_http={pr.new_status}\n"