This commit is contained in:
Matthias Stallmann 2025-01-30 09:47:56 +01:00
parent 45d67b9735
commit 69ceebb5b1

View file

@ -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,
},
],