From 5513b635e50122e3d25ebb33b908633beabea3ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=8D=E7=BC=96=E8=AF=91=E5=B7=A5=E4=BD=9C=E5=8C=BA?= Date: Sat, 2 May 2026 06:08:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=5Fparity=5Ffull=5Frows=20=E2=86=92=20?= =?UTF-8?q?=5Fparity=5Frows=20in=20parity=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 989f7952d2719650edf535793314162fd76932c2 --- .../tools/elevator_api_parity/tests/test_parity_full_catalog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-cw-elevator-application/tools/elevator_api_parity/tests/test_parity_full_catalog.py b/maven-cw-elevator-application/tools/elevator_api_parity/tests/test_parity_full_catalog.py index 2764ef3c..f2ea8656 100644 --- a/maven-cw-elevator-application/tools/elevator_api_parity/tests/test_parity_full_catalog.py +++ b/maven-cw-elevator-application/tools/elevator_api_parity/tests/test_parity_full_catalog.py @@ -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"