Improve test coverage for /api/v1/featured_tags (#25076)
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
Fabricator(:featured_tag) do
|
||||
account
|
||||
tag
|
||||
name 'Tag'
|
||||
name { sequence(:name) { |i| "Tag#{i}" } }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user