diff --git a/test/unit/mock/mock_http_client.js b/test/unit/mock/mock_http_client.js index 0f9e7c5bc..05d3c346b 100644 --- a/test/unit/mock/mock_http_client.js +++ b/test/unit/mock/mock_http_client.js @@ -728,13 +728,13 @@ function buildRequestOutputMappings(clientInfo) body: { 'data': - { - 'parameters': [], - 'rowtype': [], - 'rowset': [['1']], - 'total': 1, - 'returned': 1 - }, + { + 'parameters': [], + 'rowtype': [], + 'rowset': [['1']], + 'total': 1, + 'returned': 1 + }, 'message': null, 'code': null, 'success': true