change for tiramisu 2.2

This commit is contained in:
2018-02-21 21:08:40 +01:00
parent d4cf1faff8
commit 163b554ee9
2 changed files with 8 additions and 6 deletions

View File

@ -134,7 +134,7 @@ def test_choiceoption_calc_opt_function_propertyerror():
cfg = Config(odesc)
api = getapi(cfg)
api.property.read_write()
raises(ConfigError, "api.option('choice').value.set('no')")
raises(ValueError, "api.option('choice').value.set('no')")
def test_choiceoption_calc_opt_multi_function():