You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@andrewhong5297 have you managed to have this solved? I am also coming across the same issue I believe. Even though I input the correct data format, it still shows
Currently, a
validator
object is created increateRequest
in line 22 withconst validator = new Validator(callback, input, customParams)
However, the validator.js class constructor shows as
So the external adapter template needs to be updated to
const validator = new Validator(input, customParams)
Otherwise the tests/calls will always fail with the error:
"{"error":{"jobRunID":"1","status":"errored","statusCode":400,"name":"AdapterError","cause":{}},"level":"error","message":"Error validating input.","instanceId":"fc8f1c9b-bcb4-4a2f-ade5-f8d85a116582","timestamp":"2021-06-10T01:48:11.433Z"}"
The text was updated successfully, but these errors were encountered: