Files
sure/test/models/provider/anthropic/chat_parser_test.rb
Guillem Arias 17e9e0d937 test(ai): require "ostruct" explicitly in Anthropic provider tests
OpenStruct is moving out of Ruby's default load path (warning in 3.4+,
removed in 3.5+). Tests work today because ActiveSupport transitively
loads it, but that's incidental. Match the existing convention in
test/controllers/settings/hostings_controller_test.rb which explicitly
requires ostruct for the same reason.
2026-05-27 10:08:31 +02:00

2.5 KiB