diff options
Diffstat (limited to 'tests/test_config.py')
-rw-r--r-- | tests/test_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.py b/tests/test_config.py index 900fc1984..42b91ab69 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -153,7 +153,7 @@ def test_errors_if_setup_is_not_callable(tempdir, make_app): assert 'callable' in str(excinfo.value) -@pytest.fixture +@pytest.fixture() def make_app_with_empty_project(make_app, tempdir): (tempdir / 'conf.py').write_text('', encoding='utf8') |