Fix test
This commit is contained in:
parent
9ace4100bc
commit
5cfc0f0d9a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class ActivityStreamTest extends TestCase
|
|||
'@context' => 'https://www.w3.org/ns/activitystreams',
|
||||
'id' => config('app.url'),
|
||||
'type' => 'Person',
|
||||
'name' => config('app.display_name'),
|
||||
'name' => config('user.displayname'),
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue