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
'@Test Status Code Fail Match
'@Params["http://httpbin.org/status/400", 200]
function Atst__status_code_fail(url, statusCode) as void
response = Requests().get(url, {retryCount:0})
m.AssertEqual(response.status_code, statusCode)
end function
Will not work
The text was updated successfully, but these errors were encountered:
Will not work
The text was updated successfully, but these errors were encountered: