diff --git a/common/lib/xmodule/xmodule/lti_module.py b/common/lib/xmodule/xmodule/lti_module.py index ba7b6b621d..3fd2e2f6a6 100644 --- a/common/lib/xmodule/xmodule/lti_module.py +++ b/common/lib/xmodule/xmodule/lti_module.py @@ -158,9 +158,7 @@ class LTIModule(LTIFields, XModule): Should be "x=y" string.'.format(custom_parameter)) # LTI specs: 'custom_' should be prepended before each custom parameter - custom_parameters.update( - {u'custom_' + unicode(param_name): unicode(param_value)} - ) + custom_parameters[u'custom_' + unicode(param_name)] = unicode(param_value) input_fields = (self.oauth_params( custom_parameters,