mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix backend tests
This commit is contained in:
parent
4f0df2f28f
commit
cc7cd6b8b0
@ -21,7 +21,6 @@ describe('file a report on a resource', () => {
|
|||||||
id
|
id
|
||||||
createdAt
|
createdAt
|
||||||
updatedAt
|
updatedAt
|
||||||
disable
|
|
||||||
closed
|
closed
|
||||||
rule
|
rule
|
||||||
resource {
|
resource {
|
||||||
@ -623,7 +622,6 @@ describe('file a report on a resource', () => {
|
|||||||
id: expect.any(String),
|
id: expect.any(String),
|
||||||
createdAt: expect.any(String),
|
createdAt: expect.any(String),
|
||||||
updatedAt: expect.any(String),
|
updatedAt: expect.any(String),
|
||||||
disable: false,
|
|
||||||
closed: false,
|
closed: false,
|
||||||
resource: {
|
resource: {
|
||||||
__typename: 'User',
|
__typename: 'User',
|
||||||
@ -644,7 +642,6 @@ describe('file a report on a resource', () => {
|
|||||||
id: expect.any(String),
|
id: expect.any(String),
|
||||||
createdAt: expect.any(String),
|
createdAt: expect.any(String),
|
||||||
updatedAt: expect.any(String),
|
updatedAt: expect.any(String),
|
||||||
disable: false,
|
|
||||||
closed: false,
|
closed: false,
|
||||||
resource: {
|
resource: {
|
||||||
__typename: 'Post',
|
__typename: 'Post',
|
||||||
@ -665,7 +662,6 @@ describe('file a report on a resource', () => {
|
|||||||
id: expect.any(String),
|
id: expect.any(String),
|
||||||
createdAt: expect.any(String),
|
createdAt: expect.any(String),
|
||||||
updatedAt: expect.any(String),
|
updatedAt: expect.any(String),
|
||||||
disable: false,
|
|
||||||
closed: false,
|
closed: false,
|
||||||
resource: {
|
resource: {
|
||||||
__typename: 'Comment',
|
__typename: 'Comment',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user