diff --git a/test/controllers/lti_controller_test.rb b/test/controllers/lti_controller_test.rb index e5f23a277e..057ea44152 100644 --- a/test/controllers/lti_controller_test.rb +++ b/test/controllers/lti_controller_test.rb @@ -58,7 +58,7 @@ def setup test 'content selection should return unauthorized if the user is not administrating any courses' do user = create :student - courses = create_list :course, 2 + create_list :course, 2 payload = lti_payload('nonce', 'target', 'LtiDeepLinkingRequest') id_token = encode_jwt(payload)