fix hang build

This commit is contained in:
Yun Xu
2018-03-15 22:03:36 -07:00
parent fc8b5f378a
commit b0ecb3170f
2 changed files with 1 additions and 2 deletions

View File

@@ -279,4 +279,3 @@ def test_keep_alive_server_timeout():
assert isinstance(exception, ValueError)
assert "Connection reset" in exception.args[0] or \
"got a new connection" in exception.args[0]