From 510f39ad410f2e632758a65bbe46266fdeeef424 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sat, 3 Aug 2024 13:47:47 +0100 Subject: [PATCH] Update examples.feature --- cucumber/features/examples.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cucumber/features/examples.feature b/cucumber/features/examples.feature index 5c5d9da7..6252b76a 100644 --- a/cucumber/features/examples.feature +++ b/cucumber/features/examples.feature @@ -94,7 +94,7 @@ Feature: API Validation When I send the API request to the endpoint "/api/v1/misc/remove-blanks" Then the response content type should be "application/octet-stream" And the response file should have extension ".zip" - And the response ZIP should contain 2 files + And the response ZIP should contain 1 files And the response file should have size greater than 0 @positive @flatten