Skip to content

Commit

Permalink
Update sim-swap-check.feature
Browse files Browse the repository at this point in the history
Fix #167
  • Loading branch information
bigludo7 authored Oct 30, 2024
1 parent dd8c4b9 commit 96b4944
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 96b4944

Please sign in to comment.