minor change to pass test? #10574
Annotations
2 errors
Unit Tests:
packages/zosfiles/__tests__/__unit__/methods/create/Create.unit.test.ts#L1705
expect(jest.fn()).toHaveBeenCalledWith(...expected)
- Expected
+ Received
{},
"/zosmf/restfiles/mfs/zfs/TEST.ZFS?timeout=5",
- ArrayContaining [{"X-IBM-Response-Timeout": "5"}, {"Accept-Encoding": "gzip"}, {"Content-Length": 56}, {"Content-Type": "application/json"}],
+ [{"Content-Length": "56"}, {"Content-Type": "application/json"}, {"Accept-Encoding": "gzip"}, {"X-IBM-Response-Timeout": "5"}],
"{\"perms\":755,\"cylsPri\":100,\"cylsSec\":10,\"JSONversion\":1}",
Number of calls: 1
at packages/zosfiles/__tests__/__unit__/methods/create/Create.unit.test.ts:1705:23
at fulfilled (packages/zosfiles/__tests__/__unit__/methods/create/Create.unit.test.ts:15:58)
|
Unit Tests
Process completed with exit code 1.
|
Loading