fix: Flakiness in CI pipeline (#5562)
- Fixing the recent flakiness in CI pipelines
This commit is contained in:
@@ -3,7 +3,7 @@ FactoryBot.define do
|
||||
account_id { 1 }
|
||||
category_id { 1 }
|
||||
author_id { 1 }
|
||||
title { Faker::Movie.title }
|
||||
title { "#{Faker::Movie.title} #{SecureRandom.hex}" }
|
||||
content { 'MyText' }
|
||||
description { 'MyDescrption' }
|
||||
status { 1 }
|
||||
|
||||
Reference in New Issue
Block a user