Fix flaky test from duplicate Article factory URLs
This commit is contained in:
parent
a7317e376f
commit
ff855facda
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ public function definition(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'feed_id' => Feed::factory(),
|
'feed_id' => Feed::factory(),
|
||||||
'url' => $this->faker->url(),
|
'url' => $this->faker->unique()->url(),
|
||||||
'title' => $this->faker->sentence(),
|
'title' => $this->faker->sentence(),
|
||||||
'description' => $this->faker->paragraph(),
|
'description' => $this->faker->paragraph(),
|
||||||
'content' => $this->faker->paragraphs(3, true),
|
'content' => $this->faker->paragraphs(3, true),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue