diff --git a/server/users/tests/mock_data/valid_student_orders.json b/server/users/tests/mock_data/valid_student_orders.json index 89023b84..22d3dcb9 100644 --- a/server/users/tests/mock_data/valid_student_orders.json +++ b/server/users/tests/mock_data/valid_student_orders.json @@ -26,7 +26,7 @@ "post_code": "3000", "country": "Schweiz" }, - "entries": [ + "items": [ { "id": 3433, "uri": "\/products\/some-produt", @@ -72,7 +72,7 @@ "post_code": "3000", "country": "Schweiz" }, - "entries": [ + "items": [ { "id": 3433, "uri": "\/products\/myskillbox-lernende", diff --git a/server/users/tests/mock_data/valid_teacher_orders.json b/server/users/tests/mock_data/valid_teacher_orders.json index c4aca93c..15772ff3 100644 --- a/server/users/tests/mock_data/valid_teacher_orders.json +++ b/server/users/tests/mock_data/valid_teacher_orders.json @@ -26,7 +26,7 @@ "post_code": "3000", "country": "Schweiz" }, - "entries": [ + "items": [ { "id": 3433, "uri": "\/products\/some-produt", @@ -72,7 +72,7 @@ "post_code": "3000", "country": "Schweiz" }, - "entries": [ + "items": [ { "id": 3433, "uri": "\/products\/myskillbox-lehrpersonen",