From 4e7322c9858b3fad27a73687e8c9fbcf445c09d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferdinand=20M=C3=BCtsch?= Date: Thu, 16 Dec 2021 00:18:29 +0100 Subject: [PATCH] fix: api tests --- testing/Wakapi API Tests.postman_collection.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/Wakapi API Tests.postman_collection.json b/testing/Wakapi API Tests.postman_collection.json index eb1d577..1ab3ed0 100644 --- a/testing/Wakapi API Tests.postman_collection.json +++ b/testing/Wakapi API Tests.postman_collection.json @@ -1,6 +1,6 @@ { "info": { - "_postman_id": "da93a75e-e931-4f00-80b8-428f0e7ae824", + "_postman_id": "a7f72e0a-a32e-4ec4-bf60-9915ba0acbd3", "name": "Wakapi API Tests", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, @@ -2520,7 +2520,7 @@ "});", "", "pm.test(\"Body contains string\", function () {", - " pm.expect(pm.response.text()).to.include(\"Showing a total of\");", + " pm.expect(pm.response.text()).to.include(\"Total Time\");", "});" ], "type": "text/javascript" @@ -2805,7 +2805,7 @@ "});", "", "pm.test(\"Body contains string\", function () {", - " pm.expect(pm.response.text()).to.include(\"Showing a total of\");", + " pm.expect(pm.response.text()).to.include(\"Total Time\");", "});" ], "type": "text/javascript"