Skip to content

Commit

Permalink
unstuck github?
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Dec 20, 2024
1 parent 252574e commit b8c2b77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec/system/llms/ai_llm_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,11 @@
it "seeded LLM has a description" do
visit "/admin/plugins/discourse-ai/ai-llms"

description =
I18n.t("js.discourse_ai.llms.preseeded_model_description", model: llm_model.name)
desc = I18n.t("js.discourse_ai.llms.preseeded_model_description", model: llm_model.name)

expect(page).to have_css(
"[data-llm-id='#{llm_model.name}'] .ai-llm-list__description",
text: description,
text: desc,
)
end

Expand Down

0 comments on commit b8c2b77

Please sign in to comment.