fix: Add slug to articles (#5500)
This commit is contained in:
@@ -4,6 +4,7 @@ FactoryBot.define do
|
||||
category_id { 1 }
|
||||
author_id { 1 }
|
||||
title { 'MyString' }
|
||||
slug { 'MyString' }
|
||||
content { 'MyText' }
|
||||
description { 'MyDescrption' }
|
||||
status { 1 }
|
||||
|
||||
Reference in New Issue
Block a user