squash
This commit is contained in:
		| @@ -249,7 +249,10 @@ def raw( | ||||
|     :param content_type: the content type (string) of the response. | ||||
|     """ | ||||
|     return HTTPResponse( | ||||
|         body=body, status=status, headers=headers, content_type=content_type, | ||||
|         body=body, | ||||
|         status=status, | ||||
|         headers=headers, | ||||
|         content_type=content_type, | ||||
|     ) | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -105,7 +105,9 @@ class SanicTestClient: | ||||
|  | ||||
|         if self.port: | ||||
|             server_kwargs = dict( | ||||
|                 host=host or self.host, port=self.port, **server_kwargs, | ||||
|                 host=host or self.host, | ||||
|                 port=self.port, | ||||
|                 **server_kwargs, | ||||
|             ) | ||||
|             host, port = host or self.host, self.port | ||||
|         else: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Adam Hopkins
					Adam Hopkins