diff --git a/t/AssetAspect/RssFeed.t b/t/AssetAspect/RssFeed.t index 0f924b1d3..a97182a90 100644 --- a/t/AssetAspect/RssFeed.t +++ b/t/AssetAspect/RssFeed.t @@ -104,7 +104,7 @@ cmp_deeply( title => 'Dummy Title', description => 'Dummy Synopsis', ##Not description link => '/home/shawshank', - copyright => '', + copyright => undef, ), '... title, description, link inherit from asset by default, copyright unset' );