Fix results/query in api/v1/featured_tags/suggestions (#29597)

This commit is contained in:
Matt Jankowski 2024-03-22 11:08:27 -04:00 committed by Claire
parent ab3f9852f2
commit 0143c9d3e1
3 changed files with 31 additions and 5 deletions

View file

@ -2,6 +2,6 @@
Fabricator(:featured_tag) do
account { Fabricate.build(:account) }
tag { Fabricate.build(:tag) }
tag { nil }
name { sequence(:name) { |i| "Tag#{i}" } }
end