fixed pylint warnings
Change-Id: Ibb3da77e9a53b7293a280659defc029416e30e3b
This commit is contained in:

committed by
Enrico Faulhaber

parent
a928c95efd
commit
c1eb764b09
@ -40,7 +40,7 @@ MSG = [
|
||||
[(m.EVENTREPLY, 'mod:par', [123, dict(t=12.25)]), b'update mod:par [123, {"t": 12.25}]'],
|
||||
[(m.HEARTBEATREQUEST, '0', None), b'ping 0'],
|
||||
[(m.HEARTBEATREPLY, None, [None, dict(t=11.75)]), b'pong [null, {"t": 11.75}]'],
|
||||
[(m.ERRORPREFIX + m.WRITEREQUEST, 'm:p', ['ErrClass', 'text', dict()]),
|
||||
[(m.ERRORPREFIX + m.WRITEREQUEST, 'm:p', ['ErrClass', 'text', {}]),
|
||||
b'error_change m:p ["ErrClass", "text", {}]'],
|
||||
]
|
||||
@pytest.mark.parametrize('msg, line', MSG)
|
||||
|
Reference in New Issue
Block a user