Description
At some point we created some unit test cases to cover some basic MPIC functionality but, right now, some of them are a bit outdated because we have been working on some changes but unit test cases haven't been updated according to those ones.
For example, there are new fields to define an instrument so this data should be added to the mock data we use to prepare unit test cases for registering/updating an instrument. This data is also included in the response for other operations like the ones we use to get all instruments.
There are also new features like instruments deletion and enablement/disablement that should be added.
Acceptance criteria
- Existing unit test cases have been updated
- New cases has been added according to the new features