From d2fc551670d07c2968de22bfea9937fb9575a02d Mon Sep 17 00:00:00 2001 From: buathi_q Date: Thu, 6 Nov 2014 11:45:39 +0100 Subject: [PATCH] Add a property childs for subcompanies in mock server --- lib/test-server/mocks/get-subcompanies-id.json | 3 ++- lib/test-server/mocks/get-subcompanies.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/test-server/mocks/get-subcompanies-id.json b/lib/test-server/mocks/get-subcompanies-id.json index 56ebf3c..d7685bd 100644 --- a/lib/test-server/mocks/get-subcompanies-id.json +++ b/lib/test-server/mocks/get-subcompanies-id.json @@ -5,5 +5,6 @@ "hydraters": [ "http://plaintext.hydrater.anyfetch.com/hydrate", "http://pdf.hydrater.anyfetch.com/hydrate" - ] + ], + "childs": [] } diff --git a/lib/test-server/mocks/get-subcompanies.json b/lib/test-server/mocks/get-subcompanies.json index b648a6b..b12f1f0 100644 --- a/lib/test-server/mocks/get-subcompanies.json +++ b/lib/test-server/mocks/get-subcompanies.json @@ -6,6 +6,7 @@ "hydraters": [ "http://plaintext.hydrater.anyfetch.com/hydrate", "http://pdf.hydrater.anyfetch.com/hydrate" - ] + ], + "childs": [] } ]