Skip to content

Commit 689e0ee

Browse files
committed
wip
1 parent f8bc795 commit 689e0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Api/ArticleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
$user = $this->createUser();
106106
Sanctum::actingAs($user);
107107

108-
$article = ArticleFactory::new()->for($user, 'authorRelation')->create();
108+
$article = ArticleFactory::new(['is_sponsored' => false])->for($user, 'authorRelation')->create();
109109

110110
$this->deleteJson(route('api.articles.delete', $article->slug()))
111111
->assertNoContent();

0 commit comments

Comments
 (0)