use warnings;
use Test::RequiresInternet ('thedailywtf.com' => 80);
-use Test::More tests => 16;
+use Test::More tests => 15;
BEGIN { use_ok('WebService::TDWTF') };
my $art = tdwtf_article;
my @dec15 = tdwtf_list_recent 2015, 12;
is $dec15[0]->Title, 'Best of 2015: The A(nti)-Team', 'tdwtf_list_recent 2015, 12';
-is $dec15[0]->BodyHtml, '', '->BodyHtml';
+#is $dec15[0]->BodyHtml, '', '->BodyHtml';
isnt $dec15[0]->Body, '', '->Body';
isnt $dec15[0]->Body, '', '->Body (cached)';