How to add validation messages from API responses when testing in Mocha, Java
How do I add the api response in the below tests. So I am trying to validate 4 columns. I got the test to pass and it validates that we should get a 422 Reponses as those columns are missing that is correct.