From aa508044828bbf1a93aa95e9ed4ca6288ff19dbd Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Thu, 21 Aug 2025 10:41:19 +0100 Subject: [PATCH] Update kyc-tenure.feature --- code/Test_definitions/kyc-tenure.feature | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/Test_definitions/kyc-tenure.feature b/code/Test_definitions/kyc-tenure.feature index cc056bf..fca3de2 100644 --- a/code/Test_definitions/kyc-tenure.feature +++ b/code/Test_definitions/kyc-tenure.feature @@ -76,11 +76,11 @@ Feature: CAMARA Tenure API, vwip - Operation checkTenure @checkTenure_400.4_invalid_argument Scenario: Invalid Argument. Generic Syntax Exception Given the request body is set to any value which is not compliant with the OAS schema at "/components/schemas/TenureDate" - When the HTTP "POST" request is sent - Then the response status code is 400 - And the response property "$.status" is 400 - And the response property "$.code" is "INVALID_ARGUMENT" - And the response property "$.message" contains a user friendly text + When the HTTP "POST" request is sent + Then the response status code is 400 + And the response property "$.status" is 400 + And the response property "$.code" is "INVALID_ARGUMENT" + And the response property "$.message" contains a user friendly text # Generic 401 errors