Skip to content

Commit

Permalink
Merge pull request #168 from camaraproject/fix167
Browse files Browse the repository at this point in the history
Update sim-swap-check.feature
  • Loading branch information
fernandopradocabrillo authored Nov 11, 2024
2 parents dd8c4b9 + 96b4944 commit f810bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Test_definitions/sim-swap-check.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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>" hours ago
And the request body property "maxAge" is set to a value equal or greater than "<hours>" within the allowed range
And the request body property "maxAge" is set to a value less than "<hours>" 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
Expand Down

0 comments on commit f810bc3

Please sign in to comment.