Update dependencies

This commit is contained in:
Jonny Barnes 2026-02-21 17:06:37 +00:00
commit a342b432d4
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
10 changed files with 1481 additions and 1505 deletions

View file

@ -271,7 +271,6 @@ class MicropubControllerTest extends TestCase
['HTTP_Authorization' => 'Bearer ' . $this->getToken()]
);
$response
->dump()
->assertStatus(201)
->assertJson(['response' => 'created']);
Queue::assertPushed(SendWebMentions::class);