From f7d33a63a5af97b863874b5892d375c647c755b7 Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Tue, 15 Jan 2019 19:46:42 +0100 Subject: [PATCH] fix(http): canonicize dashboard organization field Signed-off-by: Leonardo Di Donato --- http/dashboard_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/dashboard_test.go b/http/dashboard_test.go index b3e5badd4a..2fb797baed 100644 --- a/http/dashboard_test.go +++ b/http/dashboard_test.go @@ -261,7 +261,7 @@ func TestService_handleGetDashboards(t *testing.T) { "dashboards": [ { "id": "da7aba5e5d81e550", - "organizationID": "0000000000000001", + "orgID": "0000000000000001", "name": "hello", "description": "oh hello there!", "meta": { @@ -794,7 +794,7 @@ func TestService_handlePatchDashboard(t *testing.T) { body: ` { "id": "020f755c3c082000", - "orgID": "0000000000000001", + "orgID": "0000000000000001", "name": "example", "description": "", "labels": [],