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:
parent
db0091ba6f
commit
2479b14aba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue