You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario: retrieve call forwarding signal on a properly formatted phone number unknown by the network
122
122
Given the request body property "$.phoneNumber" is set to a valid phone number for which the unconditional call forwarding status could not be retrieved
123
123
And the request body is set to a valid request body
124
-
And "login_hint" is set to a valid phone number supported by the service with the same value as "$.phoneNumber"
125
124
When the HTTP "POST" request is sent
126
125
Then the response status code is 404
127
126
And the response property "$.code" is "CALL_FORWARDING.UNKNOWN_PHONE_NUMBER"
0 commit comments