Skip to content

Commit eb2818d

Browse files
committed
fix tn lookup test
1 parent fb61ac6 commit eb2818d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/smoke/test_phone_number_lookup_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class TestPhoneNumberLookupApi(unittest.TestCase):
4040
"""PhoneNumberLookupApi unit test stubs"""
4141

4242
def setUp(self) -> None:
43-
configuration = bandwidth.Configuration(
43+
configuration = Configuration(
4444
client_id=BW_USERNAME,
4545
client_secret=BW_PASSWORD
4646
)

0 commit comments

Comments
 (0)