Closed YuryShkoda closed 1 year ago
An empty WEBOUT has been incorrectly parsed for SASJS server type.
WEBOUT
SASJS
parseResponse
SasjsRequestClient
webout
No PR (that involves a non-trivial code change) should be merged, unless all items below are confirmed! If an urgent fix is needed - use a tar file.
sasjs-cli
npm test
sasjs-tests
Issue
An empty
WEBOUT
has been incorrectly parsed forSASJS
server type.Intent
parseResponse
method of theSasjsRequestClient
class.Implementation
webout
type checking in theparseResponse
method.Checks
No PR (that involves a non-trivial code change) should be merged, unless all items below are confirmed! If an urgent fix is needed - use a tar file.
sasjs-cli
unit tests are passing (npm test
).sasjs-tests
are passing. If you want to run it manually (instructions available here).