From 96b4944113c86cc0679f5c5a777127cd63d679e4 Mon Sep 17 00:00:00 2001 From: Ludovic Robert <30499179+bigludo7@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:44:32 +0100 Subject: [PATCH] Update sim-swap-check.feature Fix #167 --- code/Test_definitions/sim-swap-check.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Test_definitions/sim-swap-check.feature b/code/Test_definitions/sim-swap-check.feature index 121ede6..15bc233 100644 --- a/code/Test_definitions/sim-swap-check.feature +++ b/code/Test_definitions/sim-swap-check.feature @@ -82,7 +82,7 @@ Feature: CAMARA SIM Swap API, 1.0.0 - Operation checkSimSwap Given a valid phone number identified by the token or provided in the request body And the SIM for this phone number has never been swapped And the activation of the SIM occurred more than "" hours ago - And the request body property "maxAge" is set to a value equal or greater than "" within the allowed range + And the request body property "maxAge" is set to a value less than "" within the allowed range When the request "checkSimSwap" is sent Then the response status code is 200 And the value of response property "$.swapped" == false