Fix Runner access for programming groups
* We also rename the corresponding columns in the Runner model, so that for polymorphic association gets clear.
This commit is contained in:

committed by
Sebastian Serth

parent
977fa4539e
commit
a1941336d9
@ -5,6 +5,6 @@ FactoryBot.define do
|
||||
factory :runner do
|
||||
runner_id { SecureRandom.uuid }
|
||||
execution_environment factory: :ruby
|
||||
user factory: :external_user
|
||||
contributor factory: :external_user
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user