test(server): fix unused result from block_on
This commit is contained in:
		| @@ -416,7 +416,7 @@ mod response_body_lengths { | ||||
|                 }) | ||||
|                 .map(|_| ()) | ||||
|                 .map_err(|_e| ()) | ||||
|         })); | ||||
|         })).unwrap(); | ||||
|     } | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user