The service and server tests were deleting the relationships object and posting a body without it instead of posting an empty relationships object to delete relationships.
The REST API test suite now starts a four node MariaDB cluster with docker-compose. This allows quick and easy local testing.
The REST API tests are now located under the maxctrl directory. This allows both tests to use the same framework for testing.