Fix type which is stubbed in test_models

This commit is contained in:
Florian Bruhin 2018-02-27 06:50:57 +01:00
parent 01462008c9
commit 8416e97c6c

View File

@ -99,7 +99,7 @@ def configdata_stub(config_stub, monkeypatch, configdata_init):
typ=configtypes.Dict(
keytype=configtypes.String(),
valtype=configtypes.Dict(
keytype=configtypes.String(),
keytype=configtypes.Key(),
valtype=configtypes.Command(),
),
),
@ -117,7 +117,7 @@ def configdata_stub(config_stub, monkeypatch, configdata_init):
typ=configtypes.Dict(
keytype=configtypes.String(),
valtype=configtypes.Dict(
keytype=configtypes.String(),
keytype=configtypes.Key(),
valtype=configtypes.Command(),
),
),