X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/d2cfab09f98980d5c1d433a9e75eb65e0b13b0aa..refs/heads/master:/floof/tests/functional/test_account.py diff --git a/floof/tests/functional/test_account.py b/floof/tests/functional/test_account.py index 27eb4c3..b7f46e6 100644 --- a/floof/tests/functional/test_account.py +++ b/floof/tests/functional/test_account.py @@ -2,6 +2,6 @@ from floof.tests import * class TestAccountController(TestController): - def test_index(self): - response = self.app.get(url(controller='account', action='index')) + def test_login(self): + response = self.app.get(url(controller='account', action='login')) # Test response...