fix search indexer test
This commit is contained in:
parent
a3d1bb22e6
commit
5454fd1875
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ cmp_deeply (
|
|||
{
|
||||
assetId => $article->getId,
|
||||
title => $article->get('title'),
|
||||
synopsis => $row->{keywords}, # synopsis defaults to value for keywords
|
||||
synopsis => '' . $article->get('synopsis'),
|
||||
url => $article->get('url'),
|
||||
revisionDate => $article->get('revisionDate'),
|
||||
creationDate => $article->get('creationDate'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue