Add user (ID and type) to proxy exercise
This is required for the existing policies to work
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
FactoryBot.define do
|
||||
factory :proxy_exercise, class: ProxyExercise do
|
||||
created_by_teacher
|
||||
token { 'dummytoken' }
|
||||
title { 'Dummy' }
|
||||
end
|
||||
|
Reference in New Issue
Block a user