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 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',