From 1a2471ec54ee1f2e715de8d36efb7c95adf5939a Mon Sep 17 00:00:00 2001 From: Vladimir Savin <306862+zerc@users.noreply.github.com> Date: Tue, 27 Dec 2022 11:07:49 +0000 Subject: [PATCH] Fix KeyError when used multiple apps in tests (#60) --- sanic_testing/reusable.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sanic_testing/reusable.py b/sanic_testing/reusable.py index e088e5c..b3d2efd 100644 --- a/sanic_testing/reusable.py +++ b/sanic_testing/reusable.py @@ -45,6 +45,7 @@ def __init__( "ssl": None, "unix": None, "sock": None, + "loop": None, "host": self.host, "port": self.port, }