From 125aedd25c804ee9d54979733e4c646e4850c48e Mon Sep 17 00:00:00 2001 From: lc_hd Date: Wed, 9 Oct 2024 10:19:39 -0400 Subject: [PATCH] feat: updated testcase fixture --- tests/fixtures/native_land_map_list.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/tests/fixtures/native_land_map_list.json b/tests/fixtures/native_land_map_list.json index 3e64c462d..1f7a1121c 100644 --- a/tests/fixtures/native_land_map_list.json +++ b/tests/fixtures/native_land_map_list.json @@ -1,20 +1,14 @@ [ { - "post_title": "Prinzus", - "post_id": 27229, - "category": "Territories", + "name": "Prinzus", "slug": "prinzus" }, { - "post_title": "Bawikas", - "post_id": 27226, - "category": "Territories", + "name": "Bawikas", "slug": "bawikas" }, { - "post_title": "Panamakas", - "post_id": 27222, - "category": "Territories", + "name": "Panamakas", "slug": "panamakas" } ] \ No newline at end of file