Skip to content

Commit

Permalink
[#2930] Test fixes fn/admin
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Oct 5, 2012
1 parent 0a665f3 commit bdc41dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/tests/functional/test_admin.py
Expand Up @@ -25,8 +25,8 @@ def test_index(self):
extra_environ={'REMOTE_USER': username})
assert 'Administration' in response, response


class TestAdminAuthzController(WsgiAppCase):
## This is no longer used
class _TestAdminAuthzController(WsgiAppCase):
@classmethod
def setup_class(cls):
# setup test data including testsysadmin user
Expand Down

0 comments on commit bdc41dc

Please sign in to comment.