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
Ran into an issue with OneLogin integration when it was upgraded to new SDK where one of the Entities had a left over underscore property name: _icon
As it was being tested in the graph project with yarn start command and wasn't uploading any data, it didn't throw any errors. The issue arose when it was tested in dev environment: UPLOAD_ERROR
This issue is to add validation in test tooling and runtime for these property values.
The text was updated successfully, but these errors were encountered:
Ran into an issue with OneLogin integration when it was upgraded to new SDK where one of the Entities had a left over underscore property name:
_icon
As it was being tested in the graph project with
yarn start
command and wasn't uploading any data, it didn't throw any errors. The issue arose when it was tested in dev environment:UPLOAD_ERROR
This issue is to add validation in test tooling and runtime for these property values.
The text was updated successfully, but these errors were encountered: