Skip to content

Instantly share code, notes, and snippets.

@sprice
Created August 24, 2010 21:38
Show Gist options
  • Save sprice/548376 to your computer and use it in GitHub Desktop.
Save sprice/548376 to your computer and use it in GitHub Desktop.
diff --git atrium/tests/atrium.test atrium/tests/atrium.test
index 51ea730..da5d38f 100644
--- atrium/tests/atrium.test
+++ atrium/tests/atrium.test
@@ -77,7 +77,7 @@ class AtriumTest extends AtriumWebTestCase {
*/
function test403() {
$this->drupalLogout();
- $this->drupalGet('node');
+ $this->drupalGet("node/{$this->atriumGroups['private']->nid}");
$this->assertText(t('Username'));
$this->assertText(t('Password'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment