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

Commit 75c6e0f

Browse files
committed
DEV: Update spec
1 parent 190a20c commit 75c6e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/requests/admin/ai_spam_controller_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
expect(response.status).to eq(422)
3939

40-
SiteSetting.ai_spam_detection_model_allowed_seeded_models = seeded_llm.identifier
40+
SiteSetting.ai_spam_detection_model_allowed_seeded_models = seeded_llm.id.to_s
4141

4242
put "/admin/plugins/discourse-ai/ai-spam.json",
4343
params: {

0 commit comments

Comments
 (0)