From 47432f92c9460f105483f6d3f0f777aa6bf96570 Mon Sep 17 00:00:00 2001 From: Ariel Ickowicz Date: Mon, 18 Dec 2023 23:19:08 -0300 Subject: [PATCH] Add DP test for area code 329 --- python/dialpad_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/dialpad_tests.py b/python/dialpad_tests.py index f040fa4bc..e6bbc950f 100644 --- a/python/dialpad_tests.py +++ b/python/dialpad_tests.py @@ -21,6 +21,7 @@ '+18352010583', # https://dialpad.atlassian.net/browse/DP-67544 '+15572003655', # https://dialpad.atlassian.net/browse/DP-67544 '+61493772332', # https://dialpad.atlassian.net/browse/DP-73324 + '+13292010961', # https://dialpad.atlassian.net/browse/TEL-21003 ] print ('######### - VALID BY LIBRARY - ################')