8000 Fix tests on 2.6 · vrosnet/twilio-python@beb1d7e · GitHub
[go: up one dir, main page]

Skip to content

Commit beb1d7e

Browse files
committed
Fix tests on 2.6
1 parent 50b3e86 commit beb1d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pricing/test_numbers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_number_countries(self, request):
2727

2828
request.assert_called_with(
2929
"GET",
30-
"{}/PhoneNumbers/Countries".format(BASE_URI),
30+
"{0}/PhoneNumbers/Countries".format(BASE_URI),
3131
auth=AUTH,
3232
use_json_extension=False,
3333
)

0 commit comments

Comments
 (0)
0