Skip to content

Commit

Permalink
Update device-roaming-status.feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomale authored Aug 28, 2024
1 parent 52cf111 commit 93c4760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Test_definitions/device-roaming-status.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Feature: CAMARA Device Roaming Status API, v0.6.0 - Operations for Roaming Statu
Given a valid devicestatus request body with "$.phoneNumber"
When the request "getRoamingStatus" is sent
Then the response code is 200
And the response header "Content-Type" is "application/json"
And the response header "Content-Type" is "application/json"
And the response header "x-correlator" has same value as the request header "x-correlator"
And the response body complies with the OAS schema at "/components/schemas/RoamingStatusResponse"
And the response property "$.status" is 200
Expand Down

0 comments on commit 93c4760

Please sign in to comment.