1
0
mirror of https://github.com/actix/actix-website synced 2025-02-02 04:09:06 +01:00

Update testing.md

Change moves hyperlink to hit `struct.TestRequest` instead.
This commit is contained in:
tdeith 2020-05-20 12:11:51 -07:00 committed by GitHub
parent 210cfd9add
commit 6ffed2a63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,4 +49,4 @@ For example of testing [*Server Sent Events*][serversentevents].
[serversentevents]: https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events
[responsebody]: https://docs.rs/actix-web/2/actix_web/body/enum.ResponseBody.html
[actixdocs]: https://docs.rs/actix-web/2/actix_web/test/index.html
[testrequest]: https://docs.rs/actix-web/2/actix_web/error/trait.ResponseError.html#foreign-impls
[testrequest]: https://docs.rs/actix-web/2/actix_web/test/struct.TestRequest.html