Skip to content

Commit cfaea0e

Browse files
committed
Fix threads spec
1 parent b09fa77 commit cfaea0e

File tree

3 files changed

+148
-11
lines changed

3 files changed

+148
-11
lines changed

spec/fixtures/cassettes/threads_modify.yml

Lines changed: 137 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/fixtures/cassettes/threads_modify_setup.yml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/openai/client/threads_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
let(:response) do
3636
OpenAI::Client.new.threads.modify(
3737
id: thread_id,
38-
parameters: { metadata: { modified: true } }
38+
parameters: { metadata: { modified: "true" } }
3939
)
4040
end
4141

0 commit comments

Comments
 (0)