diff --git a/tests/unit/completion/test_models.py b/tests/unit/completion/test_models.py index 5c1944ce8..64552e2a1 100644 --- a/tests/unit/completion/test_models.py +++ b/tests/unit/completion/test_models.py @@ -118,10 +118,10 @@ def configdata_stub(monkeypatch, configdata_init): ), ), default={ - 'normal': collections.OrderedDict({ + 'normal': collections.OrderedDict([ ('', 'quit'), ('ZQ', 'quit'), - }) + ]) }, backends=[], raw_backends=None)),