Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Nov 9, 2023
1 parent 3ac28cb commit 3b619e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllers/lti_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3b619e6

Please sign in to comment.