From e3e084130c09fc1a8c10173db6648e8a2fcab449 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 18 Feb 2018 10:58:54 -0800 Subject: [PATCH] Add missing snap --- server/api/__snapshots__/views.test.js.snap | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/server/api/__snapshots__/views.test.js.snap b/server/api/__snapshots__/views.test.js.snap index f3da465fc..fa753dccf 100644 --- a/server/api/__snapshots__/views.test.js.snap +++ b/server/api/__snapshots__/views.test.js.snap @@ -1,5 +1,14 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP +exports[`#views.create should require authentication 1`] = ` +Object { + "error": "authentication_required", + "message": "Authentication required", + "ok": false, + "status": 401, +} +`; + exports[`#views.list should require authentication 1`] = ` Object { "error": "authentication_required",