Skip to content

Commit

Permalink
Fix KeyError when used multiple apps in tests (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
zerc committed Dec 27, 2022
1 parent 0dca6e3 commit 1a2471e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sanic_testing/reusable.py
Expand Up @@ -45,6 +45,7 @@ def __init__(
"ssl": None,
"unix": None,
"sock": None,
"loop": None,
"host": self.host,
"port": self.port,
}
Expand Down

0 comments on commit 1a2471e

Please sign in to comment.