Verify that the Data Processing service Health Check works as expected
Test Steps
- Set up system and deploy the data processing service container
- Call the web service health check using the url: http://(hostInfo):(hostPort)/data-processing-service/v1/healthCheck
Test Data
N/A
Expected Result
The service will return a status of 200 and a boolean value of "true"
JIRA Link - CAF-1407