diff --git a/t/Search/Index.t b/t/Search/Index.t index 8373bada8..e3eb65aa8 100644 --- a/t/Search/Index.t +++ b/t/Search/Index.t @@ -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'),