From ab7b275b03160e04f32416939dd1dca392afcffd Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Thu, 2 Feb 2023 11:08:51 +0100 Subject: [PATCH] Fixing test --- Apis/HeroesApi.http | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apis/HeroesApi.http b/Apis/HeroesApi.http index 760b9eb..e9450f4 100644 --- a/Apis/HeroesApi.http +++ b/Apis/HeroesApi.http @@ -7,7 +7,7 @@ GET http://api.opendota.com/api/heroes > {% client.test("Request executed successfully", function() { - client.assert(response.body.length == 126, "DOTA 2 currently has 123 heroes"); + client.assert(response.body.length == 123, "DOTA 2 currently has 123 heroes"); }); %}