diff --git a/tests/unit/config/test_configtypes.py b/tests/unit/config/test_configtypes.py index e2c4955a7..4756e657d 100644 --- a/tests/unit/config/test_configtypes.py +++ b/tests/unit/config/test_configtypes.py @@ -1035,7 +1035,6 @@ class TestCommand: @pytest.fixture(autouse=True) def patch_aliases(self, config_stub): """Patch the aliases setting.""" - # FIXME:conf use the real config so we can test the RecursionError configtypes.Command.unvalidated = True config_stub.val.aliases = {'alias': 'cmd1'} configtypes.Command.unvalidated = False