You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note the path below is having "/" at the end.
Scenario: Get Contract Recon - REST
Given path '/api/contract/v1/cmsreconservice/'
And header Authorization = restClient.Authorization
When method get
Then status 200
Below is the console log where we can see URL is not having the "/" at the end. (i.e) It gets auto removed while hitting.
Actually, this API seems to throw 404 if we hit without "/". That is why, it is an issue for me.
Tried concatenating the URL like '/api/contract/v1/cmsreconservice' + '/'.
But somehow it is still hitting without the "/"
The text was updated successfully, but these errors were encountered:
Below is the console log where we can see URL is not having the "/" at the end. (i.e) It gets auto removed while hitting.
Actually, this API seems to throw 404 if we hit without "/". That is why, it is an issue for me.
Tried concatenating the URL like '/api/contract/v1/cmsreconservice' + '/'.
But somehow it is still hitting without the "/"
The text was updated successfully, but these errors were encountered: