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
Scenario: Simple HTTP request that obtains a response.
Given: a request is made to a known endpoint, When: the request is send to the target, Then: a response is returned with a 200 - OK Status Code, And: the response content length is not zero, And: the response body contains information.
Additional Context
Any additional context you would like to provide.
The text was updated successfully, but these errors were encountered:
See #22
Scenario: Simple HTTP request that obtains a response.
Given: a request is made to a known endpoint,
When: the request is send to the target,
Then: a response is returned with a 200 - OK Status Code,
And: the response content length is not zero,
And: the response body contains information.
Additional Context
Any additional context you would like to provide.
The text was updated successfully, but these errors were encountered: