Skip to content

Commit a3dcf5a

Browse files
committed
update template
1 parent 792721c commit a3dcf5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

custom_templates/configuration.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ conf = {{{packageName}}}.Configuration(
652652
auth_header = f"Basic {_encoded_string}"
653653
resp = urllib3.request(
654654
'POST',
655-
'https://api.bandwidth.com/api/v1/oauth2/token',
655+
{{#authMethods}}{{#isOAuth}}'{{tokenUrl}}',{{/isOAuth}}{{/authMethods}}
656656
headers={
657657
'Authorization': auth_header,
658658
'Content-Type': 'application/x-www-form-urlencoded',

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
pytest >= 7.2.1
22
pytest-cov >= 2.8.1
3-
pyhamcrest>=2.1.0
3+
pyhamcrest >= 2.1.0
44
tox >= 3.9.0
55
flake8 >= 4.0.0
66
types-python-dateutil >= 2.8.19.14
77
mypy >= 1.5
8-
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
8+
zipp >= 3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)