Remove references to short domain
This commit is contained in:
parent
328c9badb4
commit
7a58287b34
27 changed files with 215 additions and 404 deletions
|
@ -82,7 +82,7 @@ class WebMentionsControllerTest extends TestCase
|
|||
|
||||
$response = $this->call('POST', '/webmention', [
|
||||
'source' => 'https://example.org/post/123',
|
||||
'target' => $note->longurl,
|
||||
'target' => $note->uri,
|
||||
]);
|
||||
$response->assertStatus(202);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue