fix: Flakiness in CI pipeline (#5562)

- Fixing the recent flakiness in CI pipelines
This commit is contained in:
Sojan Jose
2022-10-05 10:59:31 -07:00
committed by GitHub
parent 7b1630b468
commit 8b0e95ece8
4 changed files with 12 additions and 5 deletions

View File

@@ -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 }