From d0570c118ccd5b9040db5952937419726852526c Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Thu, 15 Jul 2021 13:54:04 +0200 Subject: [PATCH] Update tests --- server/users/tests/mock_data/valid_student_orders.json | 4 ++-- server/users/tests/mock_data/valid_teacher_orders.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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",