From 2c3cd10758fa81d9a565bf7549def0c44a7cc471 Mon Sep 17 00:00:00 2001 From: tauqirsarwar1 Date: Wed, 3 Apr 2024 12:04:51 +0500 Subject: [PATCH] api test failure --- frontend/test_project/features/api/api_tests.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/test_project/features/api/api_tests.feature b/frontend/test_project/features/api/api_tests.feature index 8a0b5ef4..9d0f8c06 100644 --- a/frontend/test_project/features/api/api_tests.feature +++ b/frontend/test_project/features/api/api_tests.feature @@ -21,7 +21,7 @@ Feature: Test HTTP methods for a REST API Given I set the GET endpoint to '/posts' for fetching posts When I send a GET HTTP request # Failing the test on purpose to see the failure in the report - Then I expect the HTTP response code of 'GET' to be '200' + Then I expect the HTTP response code of 'GET' to be '2000' And I expect the response body of 'GET' to be non-empty @api_smoke