X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/d2cfab09f98980d5c1d433a9e75eb65e0b13b0aa..refs/heads/master:/floof/tests/functional/test_art.py diff --git a/floof/tests/functional/test_art.py b/floof/tests/functional/test_art.py index e82d5c8..404b08e 100644 --- a/floof/tests/functional/test_art.py +++ b/floof/tests/functional/test_art.py @@ -2,6 +2,6 @@ from floof.tests import * class TestArtController(TestController): - def test_index(self): - response = self.app.get(url(controller='art', action='index')) + def test_upload(self): + response = self.app.get(url(controller='art', action='new')) # Test response...