mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
By default throw an exception if the calls are not successful. This allows us to remove a huge number of assertion statements from REST API tests. Returning the response allows us to make more detailed assertions if we need to - for example checking exactly what the status code was.
FIXME: Add more info to the README file In order to change the value of a property in "config.properties" create a file called "local.properties" under src/test/resources and redefine the property with the new value.