Skip to content

Commit 10c5169

Browse files
authored
Update test_phone_number_administration_client_async.py (Azure#20185)
* Update test_phone_number_administration_client_async.py Updated Error code for the LiveSdk test causing error * Update test_phone_number_administration_client_async.py Reverted back to the original changes * Update test_phone_number_administration_client_async.py Updated Error code causing LiveSdk test failure * Update test_phone_number_administration_client.py Updated Error Code * Update test_phone_number_administration_client.py reverted error code in test_phone_number_administration_client.py * Updated Phone Numbers being used in the SDK Test
1 parent d5cec44 commit 10c5169

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/communication/azure-communication-phonenumbers/test/test_phone_number_administration_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def test_update_phone_number_capabilities_with_invalid_phone_number(self):
221221
if self.is_playback():
222222
phone_number = "sanitized"
223223
else:
224-
phone_number = "+14255550123"
224+
phone_number = "+14255555111"
225225

226226
with pytest.raises(Exception) as ex:
227227
self.phone_number_client.begin_update_phone_number_capabilities(

sdk/communication/azure-communication-phonenumbers/test/test_phone_number_administration_client_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ async def test_update_phone_number_capabilities_with_invalid_phone_number(self):
253253
if self.is_playback():
254254
phone_number = "sanitized"
255255
else:
256-
phone_number = "+14255550123"
256+
phone_number = "+14255555111"
257257

258258
with pytest.raises(Exception) as ex:
259259
async with self.phone_number_client:

0 commit comments

Comments
 (0)