Merge "update test to hit default page instead of login"

This commit is contained in:
Jenkins 2014-03-05 16:59:59 +00:00 committed by Gerrit Code Review
commit 0b0e2b7ce1
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class PanelPluginTests(test.TestCase):
base.Horizon._urls()
# Trigger discovery, registration, and URLconf generation if it
# hasn't happened yet.
self.client.get(settings.LOGIN_URL)
self.client.get("/")
def tearDown(self):
super(PanelPluginTests, self).tearDown()