From 51ee5144a46bd30bc274a4bc9dbee9ac3b40eb5d Mon Sep 17 00:00:00 2001 From: Fernando Prado Date: Tue, 5 Nov 2024 16:53:31 +0100 Subject: [PATCH] update test wording --- code/Test_definitions/sim-swap-retrieveDate.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/Test_definitions/sim-swap-retrieveDate.feature b/code/Test_definitions/sim-swap-retrieveDate.feature index d10cbf9..08bab3e 100644 --- a/code/Test_definitions/sim-swap-retrieveDate.feature +++ b/code/Test_definitions/sim-swap-retrieveDate.feature @@ -45,10 +45,10 @@ Feature: CAMARA SIM Swap API, 1.0.0 - Operation retrieveSimSwapDate And the response property "$.latestSimChange" contains the sim's activation timestamp # This test applies if the operator allows to do the request for a sim that has never been connected to the network - @retrieve_sim_swap_date_4_sim_not_activated - Scenario: Retrieves SIM swap date for a non-activated sim + @retrieve_sim_swap_date_4_sim_never_connected + Scenario: Retrieves SIM swap date for a sim that has never been connected to the network Given a valid phone number identified by the token or provided in the request body - And the sim for that device has never been connected to the Operator's network + And the sim for that phone number has never been connected to the Operator's network When the request "retrieveSimSwapDate" is sent Then the response status code is 200 And the response property "$.latestSimChange" is null