Update tests

This commit is contained in:
VirtuBox
2019-10-29 15:20:25 +01:00
parent 94b64c962e
commit 6648764836

View File

@@ -121,8 +121,8 @@ def main():
def get_test_app(**kw):
app = WOApp(**kw)
return app
with WOApp(**kw) as app:
return app
if __name__ == '__main__':