Skip to content

Commit 9ba58d0

Browse files
Update test_phone_number_lookup.py
1 parent 18e010d commit 9ba58d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test_phone_number_lookup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def testSuccessfulPhoneNumberLookup(self) -> None:
135135
os.environ['VZW_NUMBER'],
136136
os.environ['ATT_NUMBER'],
137137
os.environ['T_MOBILE_NUMBER'],
138-
os.environ['BW_INVALID_TN_LOOKUP_NUMBER']
138+
# os.environ['BW_INVALID_TN_LOOKUP_NUMBER']
139139
],
140140
)
141141

0 commit comments

Comments
 (0)