fix: Use correct config variables post L10-config update
Specifically the header name had disappeared.
This commit is contained in:
parent
7edac37e16
commit
462c710295
8 changed files with 17 additions and 17 deletions
|
@ -64,7 +64,7 @@ class FeedsTest extends TestCase
|
|||
'url' => url('/blog'),
|
||||
'author' => [
|
||||
'type' => 'card',
|
||||
'name' => config('user.displayname'),
|
||||
'name' => config('user.display_name'),
|
||||
'url' => config('url.longurl'),
|
||||
],
|
||||
'children' => [[
|
||||
|
@ -125,7 +125,7 @@ class FeedsTest extends TestCase
|
|||
'url' => url('/notes'),
|
||||
'author' => [
|
||||
'type' => 'card',
|
||||
'name' => config('user.displayname'),
|
||||
'name' => config('user.display_name'),
|
||||
'url' => config('url.longurl'),
|
||||
],
|
||||
'children' => [[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue