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, }