From a01fff827dcc933bebf0cbcc34cf54569486c275 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Wed, 2 Jul 2025 15:54:25 +0300 Subject: Rename dict key. Signed-off-by: Munyoki Kilyungi --- tests/unit/db/test_case_attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/db/test_case_attributes.py') diff --git a/tests/unit/db/test_case_attributes.py b/tests/unit/db/test_case_attributes.py index 7258cee..87f142f 100644 --- a/tests/unit/db/test_case_attributes.py +++ b/tests/unit/db/test_case_attributes.py @@ -279,7 +279,7 @@ def test_get_changes(mocker: MockFixture) -> None: "change-type": "review", "count": { "reviews": 2, - "approval": 2, + "approvals": 2, "rejections": 4 }, "data": { -- cgit 1.4.1