Add missing snap

This commit is contained in:
Tom Moor
2018-02-18 10:58:54 -08:00
parent 83f32be6f7
commit e3e084130c

View File

@@ -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",