Browse Source

chore(core): Fix bad e2e test mutation

Michael Bromley 3 years ago
parent
commit
dfa243485e
1 changed files with 0 additions and 4 deletions
  1. 0 4
      packages/core/e2e/stock-control.e2e-spec.ts

+ 0 - 4
packages/core/e2e/stock-control.e2e-spec.ts

@@ -1439,10 +1439,6 @@ export const UPDATE_ORDER_CUSTOM_FIELDS = gql`
             ... on Order {
                 id
             }
-            ... on ErrorResult {
-                errorCode
-                message
-            }
         }
     }
 `;