Skip to content
Snippets Groups Projects
Commit 9a45267d authored by Jeff Geerling's avatar Jeff Geerling
Browse files

Fix failing tests due to drupalCreateNode().

parent 4c2650eb
No related branches found
No related tags found
No related merge requests found
......@@ -79,8 +79,6 @@ class HoneypotFormTest extends WebTestBase {
// Set up example node.
$this->node = $this->drupalCreateNode(array(
'type' => 'article',
'promote' => 1,
'uid' => $this->web_user->uid,
));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment