Skip to content

Commit

Permalink
Update device-roaming-status-subscriptions.feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomale authored Aug 30, 2024
1 parent 54b0614 commit bf37c42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Feature: Device Roaming Status Subscriptions API, v0.6.0 - Operations RoamingSta
And the request property "$.accessTokenType" is not "bearer"
When the request "createSubscription" is sent
Then the response property "$.status" is 400
And the response property "$.code" is "INVALID_TOKEN"
And the response property "$.code" is "INVALID_TOKEN" or "INVALID_ARGUMENT"
And the response property "$.message" contains a user friendly text

@roaming_status_subscription_19_invalid_credentials
Expand Down

0 comments on commit bf37c42

Please sign in to comment.