The data_sourcesPUT 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
Address data_sources integration test to include tests for all possible parameters at least once.
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
data_sources
integration test to include tests for all possible parameters at least once.Tests
Docs
Open questions