Fix backend tests

This commit is contained in:
roschaefer 2019-12-10 18:13:34 +01:00
parent 4f0df2f28f
commit cc7cd6b8b0

View File

@ -21,7 +21,6 @@ describe('file a report on a resource', () => {
id
createdAt
updatedAt
disable
closed
rule
resource {
@ -623,7 +622,6 @@ describe('file a report on a resource', () => {
id: expect.any(String),
createdAt: expect.any(String),
updatedAt: expect.any(String),
disable: false,
closed: false,
resource: {
__typename: 'User',
@ -644,7 +642,6 @@ describe('file a report on a resource', () => {
id: expect.any(String),
createdAt: expect.any(String),
updatedAt: expect.any(String),
disable: false,
closed: false,
resource: {
__typename: 'Post',
@ -665,7 +662,6 @@ describe('file a report on a resource', () => {
id: expect.any(String),
createdAt: expect.any(String),
updatedAt: expect.any(String),
disable: false,
closed: false,
resource: {
__typename: 'Comment',