mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 08:20:31 +08:00
fix: _parity_full_rows → _parity_rows in parity test
Former-commit-id: 989f7952d2719650edf535793314162fd76932c2
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ def test_parity_single_endpoint(
|
||||
"match": pr.match,
|
||||
"message": pr.message,
|
||||
}
|
||||
request.config._parity_full_rows.append(row) # type: ignore
|
||||
request.config._parity_rows.append(row) # type: ignore
|
||||
assert pr.match, (
|
||||
f"{name} mismatch: {pr.message}\n"
|
||||
f"old_http={pr.old_status} new_http={pr.new_status}\n"
|
||||
|
||||
Reference in New Issue
Block a user