Update dependencies
This commit is contained in:
parent
a5f146125b
commit
a342b432d4
10 changed files with 1481 additions and 1505 deletions
|
|
@ -271,7 +271,6 @@ class MicropubControllerTest extends TestCase
|
|||
['HTTP_Authorization' => 'Bearer ' . $this->getToken()]
|
||||
);
|
||||
$response
|
||||
->dump()
|
||||
->assertStatus(201)
|
||||
->assertJson(['response' => 'created']);
|
||||
Queue::assertPushed(SendWebMentions::class);
|
||||
|
|
|
|||
Loading…
Reference in a new issue