mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
Fix link for httpexpect in README
the previous link will be automatically appended to `https://github.com/kataras/iris/` and thus get a wrong direction Former-commit-id: e791aa332c487fd27e04f9460482502dd160f45f
This commit is contained in:
parent
5f1dd78a12
commit
02230bd5e2
|
@ -908,7 +908,7 @@ func main() {
|
||||||
|
|
||||||
### Testing
|
### Testing
|
||||||
|
|
||||||
Iris offers an incredible support for the [httpexpect](github.com/iris-contrib/httpexpect), a Testing Framework for web applications. However, you are able to use the standard Go's `net/http/httptest` package as well but in this example we will use the `kataras/iris/httptest`.
|
Iris offers an incredible support for the [httpexpect](https://github.com/iris-contrib/httpexpect), a Testing Framework for web applications. However, you are able to use the standard Go's `net/http/httptest` package as well but in this example we will use the `kataras/iris/httptest`.
|
||||||
|
|
||||||
```go
|
```go
|
||||||
package main
|
package main
|
||||||
|
|
Loading…
Reference in New Issue
Block a user