From 1b227938b1d96c90d4ac165458912812ca2f2d19 Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Thu, 2 Feb 2023 10:59:02 +0100 Subject: [PATCH] Adding failing test on purpose --- Apis/HeroesApi.http | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"); }); %}