Fixing test

This commit is contained in:
Julien Lengrand-Lambert
2023-02-02 11:08:51 +01:00
parent 158eb9bc7e
commit ab7b275b03

View File

@@ -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");
});
%}