Skip to content

Commit

Permalink
update test wording
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandopradocabrillo committed Nov 5, 2024
1 parent dd8c4b9 commit 51ee514
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/Test_definitions/sim-swap-retrieveDate.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51ee514

Please sign in to comment.