diff --git a/Apis/HeroesApi.http b/Apis/HeroesApi.http index 449fb3e..760b9eb 100644 --- a/Apis/HeroesApi.http +++ b/Apis/HeroesApi.http @@ -7,8 +7,7 @@ GET http://api.opendota.com/api/heroes > {% client.test("Request executed successfully", function() { - // client.assert(response.status === 200, "Response status is not 200"); - client.assert(response.body.length == 126, "DOTA 2 currently has 136 heroes"); + client.assert(response.body.length == 126, "DOTA 2 currently has 123 heroes"); }); %}