X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/525fe6090b7ff002198c4a58dc9cb90d774b8cd0..HEAD:/floof/tests/functional/test_users.py diff --git a/floof/tests/functional/test_users.py b/floof/tests/functional/test_users.py index cc1aeb1..2bd1539 100644 --- a/floof/tests/functional/test_users.py +++ b/floof/tests/functional/test_users.py @@ -2,6 +2,6 @@ from floof.tests import * class TestUsersController(TestController): - def test_index(self): - response = self.app.get(url(controller='users', action='index')) + def test_list(self): + response = self.app.get(url(controller='users', action='list')) # Test response...