fix syndicated content test with a new RSS url
This commit is contained in:
parent
6b1e02f764
commit
1f99da3315
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ isa_ok($syndicated_content, 'WebGUI::Asset::Wobject::SyndicatedContent');
|
|||
my $newSyndicatedContentSettings = {
|
||||
cacheTimeout => 124,
|
||||
templateId => "PBtmpl0000000000000065",
|
||||
rssUrl => 'http://svn.webgui.org/svnweb/plainblack/rss/WebGUI/',
|
||||
rssUrl => 'http://github.com/plainblack/webgui/commits/master.atom',
|
||||
};
|
||||
|
||||
# update the new values for this instance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue