ror-community / ror-roadmap

Central information about what is happening at ROR and how to contribute feedback
10 stars 2 forks source link

[MAINTENANCE] Add integration tests for v2 /bulkupdate and organization create/update #251

Open lizkrznarich opened 2 months ago

lizkrznarich commented 2 months ago

Service/repository ror-api

Describe the current state/issue In v2, routes were added to support creating and updating ROR records via the API as well as creating/updating multiple records by uploading a formatted CSV. Unit tests were added for these routes, but integration tests were not.

Describe the desired state/solution Add integration tests for individual record create and update functionality, as well as bulk update.

Additional notes Views

Docs