diff options
Diffstat (limited to 'modules/blog')
-rw-r--r-- | modules/blog/blog.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/blog.test b/modules/blog/blog.test index 5994d6e29..8e73eeaf9 100644 --- a/modules/blog/blog.test +++ b/modules/blog/blog.test @@ -66,7 +66,7 @@ class BlogTestCase extends DrupalWebTestCase { // Login the user. $this->drupalLogin($user); // Create blog node. - $node = $this->drupalCreateNode(array('type' => 'blog', 'uid' => $user->uid)); + $node = $this->drupalCreateNode(array('type' => 'blog')); // Verify the user has access to all the blog nodes. $this->verifyBlogs($user, $node, $admin); // Verify the blog links are displayed. |