1
0
mirror of https://github.com/actix/actix-website synced 2025-06-29 08:14:58 +02:00

Merge pull request #116 from dbrgn/patch-1

Fix typo in testing.md
This commit is contained in:
Roman Proskuryakov
2019-10-07 18:26:31 +03:00
committed by GitHub

View File

@ -26,7 +26,7 @@ to run the application with specific handlers in a real http server.
`TestRequest::get()`, `TestRequest::post()`, and `TestRequest::client()` `TestRequest::get()`, `TestRequest::post()`, and `TestRequest::client()`
methods can be used to send requests to the test server. methods can be used to send requests to the test server.
To create a `Service` for testing, use the `test::init_serivce` method which accepts a To create a `Service` for testing, use the `test::init_service` method which accepts a
regular `App` builder. regular `App` builder.
> Check the [api documentation][actixdocs] for more information. > Check the [api documentation][actixdocs] for more information.