Skip to content

Commit

Permalink
Merge pull request quarkusio#8356 from rsvoboda/getting-started.small…
Browse files Browse the repository at this point in the history
….fix

getting-started guide - small fix in TestHTTPResource related info
  • Loading branch information
gastaldi authored Apr 2, 2020
2 parents 638302c + b5efa69 commit 97eedc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ You can also run the test from your IDE directly (be sure you stopped the applic

By default, tests will run on port `8081` so as not to conflict with the running application. We automatically
configure RestAssured to use this port. If you want to use a different client you should use the `@TestHTTPResource`
annotation to directly inject the URL of the test into a field on the test class. This field can be of the type
annotation to directly inject the URL of the tested application into a field on the test class. This field can be of the type
`String`, `URL` or `URI`. This annotation can also be given a value for the test path. For example, if I want to test
a Servlet mapped to `/myservlet` I would just add the following to my test:

Expand Down

0 comments on commit 97eedc0

Please sign in to comment.