Update test due to the removal of the headBlock.
This commit is contained in:
parent
c1cc94f280
commit
28f4605b25
1 changed files with 2 additions and 1 deletions
|
|
@ -370,6 +370,7 @@ $expectedMetas = [
|
|||
},
|
||||
];
|
||||
cmp_bag(\@metas, $expectedMetas, 'process, headBlock:no duped headBlock from style template');
|
||||
|
||||
####################################################
|
||||
#
|
||||
# process
|
||||
|
|
@ -485,7 +486,7 @@ sub setup_assets {
|
|||
url => 'headblock_style',
|
||||
namespace => 'Style',
|
||||
template => 'HEADBLOCK STYLE TEMPLATE\n\nBODY=<tmpl_var body.content>\n\nHEAD=<tmpl_var head.tags>',
|
||||
headBlock => q|<meta name="keywords" content="keyword1,keyword2" />|,
|
||||
extraHeadTags => q|<meta name="keywords" content="keyword1,keyword2" />|,
|
||||
id => 'testTemplate_headblock',
|
||||
# '1234567890123456789012'
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue