Improve tests

This commit is contained in:
Jonny Barnes 2022-05-14 17:44:14 +01:00
parent 427debaba4
commit 48d1c9a00b
18 changed files with 267 additions and 14 deletions

View file

@ -24,7 +24,7 @@ class WebMentionFactory extends Factory
return [
'source' => $this->faker->url,
'target' => url('notes/1'),
'type' => 'reply',
'type' => 'in-reply-to',
'content' => $this->faker->paragraph,
];
}