Skip to content

Commit

Permalink
Merge pull request kataras#1148 from drenel18/patch-1
Browse files Browse the repository at this point in the history
Fix link for httpexpect in README

Former-commit-id: 44eda556757f93c4af5f762efd7f870cfe6f6639
  • Loading branch information
kataras authored Dec 7, 2018
2 parents 5f1dd78 + 02230bd commit 53c010e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ func main() {

### 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
package main
Expand Down

0 comments on commit 53c010e

Please sign in to comment.