Avoid a warning at the end of the test suite

This commit is contained in:
Julien Duponchelle 2016-07-20 18:09:17 +02:00
parent ff4fc5eb8b
commit bc8a319142
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -154,6 +154,7 @@ def test_notification_ws(http_controller, controller, project, async_run):
assert answer["action"] == "test"
async_run(http_controller.close())
ws.close()
def test_export(http_controller, tmpdir, loop, project):