Skip to content

Commit

Permalink
Merge pull request #25 from camaraproject/jgarciahospital-patch-4
Browse files Browse the repository at this point in the history
Typo correction in device-swap-check Test
  • Loading branch information
bigludo7 authored Oct 18, 2024
2 parents 27b73be + 28761b4 commit 0e6e74d
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 0e6e74d

Please sign in to comment.