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:
Sebastian Serth
2023-08-20 20:32:41 +02:00
committed by Sebastian Serth
parent 977fa4539e
commit a1941336d9
8 changed files with 36 additions and 25 deletions

View File

@ -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