Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 70e1753

Browse files
committed
bump
1 parent ab94290 commit 70e1753

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

spec/lib/translation/entry_point_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
fab!(:non_first_post) { Fabricate(:post, post_number: 2) }
5959

6060
before do
61-
enable_current_plugin
6261
Fabricate(:fake_model).tap do |fake_llm|
6362
SiteSetting.public_send("ai_translation_model=", "custom:#{fake_llm.id}")
6463
end

spec/requests/ai_bot/shared_ai_conversations_controller_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
fab!(:user_pm) { Fabricate(:private_message_topic, recipient: user) }
2020

2121
fab!(:bot_user) do
22+
enable_current_plugin
2223
toggle_enabled_bots(bots: [claude_2])
2324
SiteSetting.ai_bot_enabled = true
2425
SiteSetting.ai_bot_allowed_groups = "10"

0 commit comments

Comments
 (0)