Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Fix test import
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Wright committed Jun 27, 2013
1 parent f8f0fb2 commit 90f926d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/frontend/dashboard_tests.py
Expand Up @@ -6,10 +6,10 @@
api user tests module
"""

from . import OverholtDashboardTestCase
from . import OverholtFrontendTestCase


class DashboardTestCase(OverholtDashboardTestCase):
class DashboardTestCase(OverholtFrontendTestCase):

def test_authenticated_dashboard_access(self):
r = self.get('/')
Expand Down

0 comments on commit 90f926d

Please sign in to comment.