mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 08:21:19 +02:00
Fix GraphQL variables
This commit is contained in:
@@ -46,7 +46,7 @@ describe('exporter-curl', () => {
|
||||
bodyType: 'graphql',
|
||||
body: {
|
||||
query : '{foo,bar}',
|
||||
variables: {a: 'aaa', b: 'bbb'},
|
||||
variables: '{"a": "aaa", "b": "bbb"}',
|
||||
},
|
||||
}),
|
||||
).toEqual(
|
||||
|
||||
Reference in New Issue
Block a user