diff --git a/tests/flask_tests.py b/tests/flask_tests.py index 8ab5ed1d..3673453a 100644 --- a/tests/flask_tests.py +++ b/tests/flask_tests.py @@ -703,7 +703,7 @@ class ConfigTestCase(unittest.TestCase): app.config.from_pyfile('flask_tests.py') self.common_object_test(app) - def test_config_from_module(self): + def test_config_from_object(self): app = flask.Flask(__name__) app.config.from_object(__name__) self.common_object_test(app)