Skip to content

Commit

Permalink
Merge pull request #4624 from mishaschwartz/v1.9.2-lets-try-this-again
Browse files Browse the repository at this point in the history
v1.9.2 2nd attempt
  • Loading branch information
mishaschwartz authored May 29, 2020
2 parents a445332 + 7382d6c commit 3b97738
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/controllers/automated_tests_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ class AutomatedTestsController < ApplicationController

before_action :authorize_only_for_admin,
except: [:student_interface,
:get_test_runs_students]
:get_test_runs_students,
:execute_test_run]

before_action :authorize_for_student,
only: [:student_interface,
Expand Down

0 comments on commit 3b97738

Please sign in to comment.