chore: passing tests

This commit is contained in:
James
2022-04-29 18:30:40 -04:00
parent 12fbe8368f
commit 515f20372e
2 changed files with 3 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ describe('Global Versions - GraphQL', () => {
// language=graphql
const query = `mutation {
updateBlocksGlobal(draft: true, data: {
updateBlocksGlobal(data: {
title: "${title}"
blocks: [{ quote: "Test quote", color: "red", blockName: "Some block title", blockType: "quote"}]
}) {
@@ -63,7 +63,7 @@ describe('Global Versions - GraphQL', () => {
// language=graphql
const query = `mutation {
updateBlocksGlobal(draft: true, data: {
updateBlocksGlobal(data: {
title: "${updatedTitle}"
}) {
_status