Police-Data-Accessibility-Project / data-sources-app

An API and UI for using and maintaining the Data Sources database
MIT License
4 stars 5 forks source link

Update `data_sources` `PUT` logic and tests #503

Closed maxachis closed 2 weeks ago

maxachis commented 2 weeks ago

Context

The data_sources PUT logic was insufficiently tested previously -- not all possible parameters were tested, and consequently some logic, such as the assigning of record types, does not function as it should. Let's fix that!

Requirements

Tests

Docs

Open questions