We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb61ac6 commit eb2818dCopy full SHA for eb2818d
test/smoke/test_phone_number_lookup_api.py
@@ -40,7 +40,7 @@ class TestPhoneNumberLookupApi(unittest.TestCase):
40
"""PhoneNumberLookupApi unit test stubs"""
41
42
def setUp(self) -> None:
43
- configuration = bandwidth.Configuration(
+ configuration = Configuration(
44
client_id=BW_USERNAME,
45
client_secret=BW_PASSWORD
46
)
0 commit comments