Fix documentation build errors

This commit is contained in:
Adam Hopkins
2018-10-26 11:29:53 +03:00
parent 905c51bef0
commit c708e8425f
8 changed files with 21 additions and 19 deletions

View File

@@ -34,7 +34,7 @@ class SanicTestClient:
) as response:
try:
response.text = await response.text()
except UnicodeDecodeError as e:
except UnicodeDecodeError:
response.text = None
try: