From 28761b4d87cc34df3735a8635f03254a41dafbc2 Mon Sep 17 00:00:00 2001 From: Jorge Garcia Hospital <129095857+jgarciahospital@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:54:53 +0200 Subject: [PATCH] Update device-swap-check.feature Typo on the error conditions, as actual arbitrary "hour" value is to be checked --- code/Test_definitions/device-swap-check.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Test_definitions/device-swap-check.feature b/code/Test_definitions/device-swap-check.feature index 678a7b5..e5c8d11 100644 --- a/code/Test_definitions/device-swap-check.feature +++ b/code/Test_definitions/device-swap-check.feature @@ -81,7 +81,7 @@ Feature: CAMARA Device Swap API, 0.1.0 - Operation checkDeviceSwap Scenario Outline: Check that the response shows that the device has never been swapped - maxAge is provided in the request Given a valid phone number identified by the token or provided in the request body And the device has never been swapped - And the sim card has been associated with this device for more than 240 hours + And the sim card has been associated with this device for more than "" hours And the request body property "maxAge" is set to a value equal or greater than "" within the allowed range When the request "checkDeviceSwap" is sent Then the response status code is 200