mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Fix linter warnings
This commit is contained in:
parent
e7c9d6ea22
commit
32102749da
1 changed files with 0 additions and 2 deletions
|
@ -497,7 +497,6 @@ class PubServerChannel(TestCase, AdaptedConfigurationTestCaseMixin):
|
|||
server_channel.pub_close()
|
||||
assert len(results) == send_num, (len(results), set(expect).difference(results))
|
||||
|
||||
|
||||
def test_zeromq_zeromq_filtering_decode_message_no_match(self):
|
||||
'''
|
||||
test AsyncZeroMQPubChannel _decode_messages when
|
||||
|
@ -586,7 +585,6 @@ class PubServerChannel(TestCase, AdaptedConfigurationTestCaseMixin):
|
|||
server_channel.pub_close()
|
||||
assert len(results) == send_num, (len(results), set(expect).difference(results))
|
||||
|
||||
|
||||
def test_publish_to_pubserv_tcp(self):
|
||||
'''
|
||||
Test sending 10K messags to ZeroMQPubServerChannel using TCP transport
|
||||
|
|
Loading…
Add table
Reference in a new issue