Files
dotaClient/Apis/HealthApi.http
Julien Lengrand-Lambert c74a5abda4 Adding failing test
2023-02-02 10:35:47 +01:00

12 lines
244 B
HTTP

## HealthApi
### GET /health
# @name healthGet
GET http://api.opendota.com/api/health
> {%
client.test("Request executed successfully", function() {
client.assert(response.status === 200, "Response status is not 200");
});
%}