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"