Skip to content
Snippets Groups Projects
Commit 61d17354 authored by feld's avatar feld
Browse files

Fix mocks

parent 4c72ff46
No related branches found
No related tags found
1 merge request!191AdminAPI: change from confirmation_pending to is_confirmed
Pipeline #34134 failed
......@@ -44,7 +44,7 @@ export const userChats = [
accepts_chat_messages: true,
ap_id: 'http://localhost:4000/users/test10',
background_image: null,
confirmation_pending: false,
is_confirmed: true,
favicon: null,
hide_favorites: true,
hide_followers: false,
......@@ -99,7 +99,7 @@ export const userChats = [
accepts_chat_messages: true,
ap_id: 'https://localhost/users/mk',
background_image: null,
confirmation_pending: false,
is_confirmed: true,
favicon: null,
hide_favorites: true,
hide_followers: false,
......@@ -168,7 +168,7 @@ export const userChats = [
accepts_chat_messages: true,
ap_id: 'http://localhost:4000/users/user2',
background_image: null,
confirmation_pending: true,
is_confirmed: false,
favicon: null,
hide_favorites: true,
hide_followers: false,
......@@ -222,7 +222,7 @@ export const userChats = [
accepts_chat_messages: true,
ap_id: 'https://localhost/users/mk',
background_image: null,
confirmation_pending: false,
is_confirmed: true,
favicon: null,
hide_favorites: true,
hide_followers: false,
......@@ -286,7 +286,7 @@ export const userChats = [
accepts_chat_messages: true,
ap_id: 'https://localhost/users/mk',
background_image: null,
confirmation_pending: false,
is_confirmed: true,
favicon: null,
hide_favorites: true,
hide_followers: false,
......@@ -344,7 +344,7 @@ export const userChats = [
accepts_chat_messages: true,
ap_id: 'https://localhost/users/mk',
background_image: null,
confirmation_pending: false,
is_confirmed: true,
favicon: null,
hide_favorites: true,
hide_followers: false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment