Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 14 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | module.exports = { |
||
2 | method: 'POST', |
||
3 | url: '/testId', |
||
4 | headers: { |
||
5 | 'content-type': 'application/json', |
||
6 | }, |
||
7 | connection: { |
||
8 | socket: { |
||
9 | remoteAddress: 'testIp', |
||
10 | }, |
||
11 | }, |
||
12 | socket: {}, |
||
13 | body: '{"decs": "JSON data"}', |
||
14 | }; |
||
15 |