diff --git a/lms/djangoapps/courseware/tests/test_lti.py b/lms/djangoapps/courseware/tests/test_lti.py index ef30c9c75e..7034607969 100644 --- a/lms/djangoapps/courseware/tests/test_lti.py +++ b/lms/djangoapps/courseware/tests/test_lti.py @@ -50,7 +50,7 @@ class TestLTI(BaseTestXmodule): """ # self is here: __, headers, __ = saved_sign(self, *args, **kwargs) - # we should replace noonce, timestamp and signed_signature in headers: + # we should replace nonce, timestamp and signed_signature in headers: old = headers[u'Authorization'] old_parsed = OrderedDict([param.strip().replace('"', '').split('=') for param in old.split(',')]) old_parsed[u'OAuth oauth_nonce'] = mocked_nonce