Fix GraphQL variables

This commit is contained in:
Gregory Schier
2024-10-22 07:41:28 -07:00
parent d91e60f7e0
commit 59b0b7321f
2 changed files with 10 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ describe('exporter-curl', () => {
bodyType: 'graphql',
body: {
query : '{foo,bar}',
variables: {a: 'aaa', b: 'bbb'},
variables: '{"a": "aaa", "b": "bbb"}',
},
}),
).toEqual(