Closed pasanchMSFT closed 1 year ago
we have had several point fix PRs. How are we doing validations to ensure we don't need more fixes like this?
we have had several point fix PRs. How are we doing validations to ensure we don't need more fixes like this?
Basically running scenarios manually, would be useful to have testing for these adapter methods but currently we don't have that in place.
:tada: This PR is included in version 1.0.0-beta.389 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Summary of changes ๐
Fixes duplication created by setting a baseURL in the axios instance used for data pusher requests. URL is now managed by
generateURL
function exclusively.this.axiosInstance
can only be found in the following methods of ADT Adapter:GenerateADTAssets.tsx
a data pusher component)GenerateADTAssets.tsx
a data pusher component)GenerateADTAssets.tsx
a data pusher component)Testing ๐งช
Try out data pusher stories locally with both CORS on and off.
Checklist โ๏ธ