active callback's slave verification

This commit is contained in:
2014-01-28 09:14:56 +01:00
parent 7c8049a8d0
commit 2eb63c917b
2 changed files with 8 additions and 10 deletions

View File

@ -481,7 +481,6 @@ def test_callback_master_and_slaves_slave_list():
assert cfg.val1.val2 == ['val', 'val']
cfg.val1.val1 = ['val1']
#wrong len
print cfg.val1.val2
raises(SlaveError, 'cfg.val1.val2')