chore: update factory for scenario

This commit is contained in:
Shivam Mishra
2025-07-09 17:20:00 +05:30
parent 4f262fc041
commit 1393ad5143
+2 -2
View File
@@ -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