Tests: fixed unit.log print.
This commit is contained in:
@@ -15,8 +15,6 @@ class TestNodeWebsockets(TestApplicationNode):
|
||||
ws = TestApplicationWebsocket()
|
||||
|
||||
def setup_method(self):
|
||||
super().setup_method()
|
||||
|
||||
assert 'success' in self.conf(
|
||||
{'http': {'websocket': {'keepalive_interval': 0}}}, 'settings'
|
||||
), 'clear keepalive_interval'
|
||||
|
||||
Reference in New Issue
Block a user