chore: update factory for scenario
This commit is contained in:
@@ -3,9 +3,9 @@ FactoryBot.define do
|
||||
sequence(:title) { |n| "Scenario #{n}" }
|
||||
description { 'Test scenario description' }
|
||||
instruction { 'Test scenario instruction for the assistant to follow' }
|
||||
tools { nil }
|
||||
tools { [] }
|
||||
enabled { true }
|
||||
association :assistant, factory: :captain_assistant
|
||||
association :account
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user