Verification log not showing up

Hello Team,

I am doing API testing. I am clicking on Test Request and Verify, but nothing is showing up in the Verification log. I have the below verification.

WS.verifyResponseStatusCode(response, 200)
assertThat(response.getStatusCode()).isEqualTo(200)

Thanks

Hi,

did you ever solve this issue?

I have a similar problem. Nothing shows in the Verification Log tab.
also, looks like this: WS.verifyResponseStatusCode(response, 200) doesn’t work. I can put anything in for the code (201, 400, 503) and the call still runs and ‘Passes’