diff --git a/tests/feeds.test.inc b/tests/feeds.test.inc
index f1661282e7894f4b8d813b98418e9ae6000bda89..51b026565927c36f4bbe3a9511e847d7bd9fe537 100644
--- a/tests/feeds.test.inc
+++ b/tests/feeds.test.inc
@@ -98,6 +98,8 @@ class FeedsWebTestCase extends DrupalWebTestCase {
     // Assert message and presence of default plugins.
     $this->assertText('Your configuration has been created with default settings.');
     $this->assertPlugins($id, 'FeedsHTTPFetcher', 'FeedsSyndicationParser', 'FeedsNodeProcessor');
+    // Per default attach to page content type.
+    $this->setSettings($id, NULL, array('content_type' => 'page'));
   }
 
   /**