From 53d5d5a3755b285fc4770de0b9d2328ca71a0857 Mon Sep 17 00:00:00 2001 From: EdwardDowling Date: Sat, 1 Jun 2019 16:18:48 +0100 Subject: [PATCH] Fix invalid json caused by a missing comma. --- server/handler/test_data/test_get_artists_no_args | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/handler/test_data/test_get_artists_no_args b/server/handler/test_data/test_get_artists_no_args index 3e844bc..a466b17 100644 --- a/server/handler/test_data/test_get_artists_no_args +++ b/server/handler/test_data/test_get_artists_no_args @@ -12,7 +12,7 @@ "name": "13th Floor Elevators" } ] - } + }, { "name": "A", "artist": [ @@ -25,7 +25,7 @@ "name": "Anikas" } ] - }, + } ] } }