Browse Source

test(core): Fix e2e tests

Michael Bromley 3 months ago
parent
commit
6dc1f08df1
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/core/e2e/graphql/fragments.ts

+ 0 - 2
packages/core/e2e/graphql/fragments.ts

@@ -23,8 +23,6 @@ export const ADMINISTRATOR_FRAGMENT = gql`
 export const ASSET_FRAGMENT = gql`
     fragment Asset on Asset {
         id
-        createdAt
-        updatedAt
         name
         fileSize
         mimeType