1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-03 15:39:50 +00:00

Fix TestServer::post

This commit is contained in:
Aleksey Ivanov 2018-05-23 19:07:42 +03:00
parent db0091ba6f
commit 2479b14aba

View file

@ -217,7 +217,7 @@ impl TestServer {
/// Create `POST` request
pub fn post(&self) -> ClientRequestBuilder {
ClientRequest::get(self.url("/").as_str())
ClientRequest::post(self.url("/").as_str())
}
/// Create `HEAD` request