diff --git a/tests/test_conf.py b/tests/test_conf.py index 7d0fe4b8..657e4755 100644 --- a/tests/test_conf.py +++ b/tests/test_conf.py @@ -43,7 +43,7 @@ class TestSettingsFromFile(object): assert settings.rules == const.DEFAULT_RULES + ['test'] -@pytest.mark.usefixture('load_source') +@pytest.mark.usefixtures('load_source') class TestSettingsFromEnv(object): def test_from_env(self, os_environ, settings): os_environ.update({'THEFUCK_RULES': 'bash:lisp',