8000 fix typo. · alexcchan/twilio-python@23c26f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 23c26f6

Browse files
author
Kevin Burke
committed
fix typo.
1 parent 7cf11e3 commit 23c26f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_make_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def test_get_params(http_mock, response_mock):
3636

3737
@patch('twilio.rest.resources.base.Response')
3838
@patch('httplib2.Http')
39-
def test_get_extra_paranms(http_mock, response_mock):
39+
def test_get_extra_params(http_mock, response_mock):
4040
http = Mock()
4141
http.request.return_value = (Mock(), Mock())
4242
http_mock.return_value = http

0 commit comments

Comments
 (0)
0