Skip to content

Commit

Permalink
Update device-swap-check.feature
Browse files Browse the repository at this point in the history
Typo on the error conditions, as actual arbitrary "hour" value is to be checked
  • Loading branch information
jgarciahospital authored Oct 18, 2024
1 parent 27b73be commit 28761b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Test_definitions/device-swap-check.feature
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Feature: CAMARA Device Swap API, 0.1.0 - Operation checkDeviceSwap
Scenario Outline: Check that the response shows that the device has never been swapped - maxAge is provided in the request
Given a valid phone number identified by the token or provided in the request body
And the device has never been swapped
And the sim card has been associated with this device for more than 240 hours
And the sim card has been associated with this device for more than "<hours>" hours
And the request body property "maxAge" is set to a value equal or greater than "<hours>" within the allowed range
When the request "checkDeviceSwap" is sent
Then the response status code is 200
Expand Down

0 comments on commit 28761b4

Please sign in to comment.