Fix showing author like on a note

This commit is contained in:
Jonny Barnes 2024-11-30 15:30:07 +00:00
parent 43447ac47b
commit 1d59d57c2e
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
3 changed files with 10 additions and 2 deletions

View file

@ -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);