Tests: fixed unit.log print.
This commit is contained in:
@@ -18,8 +18,6 @@ class TestASGIWebsockets(TestApplicationPython):
|
||||
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