Fix showing author like on a note
This commit is contained in:
parent
43447ac47b
commit
1d59d57c2e
3 changed files with 10 additions and 2 deletions
|
@ -261,7 +261,6 @@ class MicropubMediaTest extends TestCase
|
|||
);
|
||||
|
||||
$path = parse_url($response->headers->get('Location'), PHP_URL_PATH);
|
||||
dump($path);
|
||||
$filename = Str::chopStart($path, '/storage/');
|
||||
Queue::assertPushed(ProcessMedia::class);
|
||||
Storage::disk('local')->assertExists($filename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue