Adding failing test on purpose

This commit is contained in:
Julien Lengrand-Lambert
2023-02-02 10:59:02 +01:00
parent c74a5abda4
commit 1b227938b1

View File

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