mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix test
This commit is contained in:
parent
45d67b9735
commit
69ceebb5b1
|
@ -329,9 +329,7 @@ describe('Microsoft Storage Node', () => {
|
|||
method: 'get',
|
||||
path: '/mycontainer/myblob',
|
||||
statusCode: 200,
|
||||
responseBody: Buffer.from(
|
||||
'{\n "data": {\n "my_field_1": "value",\n "my_field_2": 1\n }\n}\n',
|
||||
),
|
||||
responseBody: Buffer.from('{\n"data":{\n"my_field_1":"value",\n"my_field_2":1\n}\n}'),
|
||||
responseHeaders: microsoftStorageApiResponse.blobGet.headers,
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue