Skip to content

Commit f5de203

Browse files
committed
fix spec
1 parent c87d0eb commit f5de203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/system/ai_bot/persona_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
expect(persona.name).to eq("Test Persona")
5454
expect(persona.description).to eq("I am a test persona")
5555
expect(persona.system_prompt).to eq("You are a helpful bot")
56-
expect(persona.tools).to eq(["Read"])
56+
expect(persona.tools).to eq([["Read", { "read_private" => nil }]])
5757
end
5858

5959
it "will not allow deletion or editing of system personas" do

0 commit comments

Comments
 (0)