Skip to content

Commit

Permalink
Fix: typo /etc/hosts
Browse files Browse the repository at this point in the history
Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
  • Loading branch information
gciavarrini committed Jun 7, 2023
1 parent d89115b commit 91c3009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/latest/dev/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ mvn verify -pl integration-tests -P integration-test -Dspring.profiles.active=de
```

Please note that `WORKFLOW_SERVICE_HOST` and `NOTIFICATION_SERVICE_HOST` are
the `Ingress` hosts defined in your `/tct/hosts` and in [ingress.yaml](https://github.com/parodos-dev/parodos/blob/main/hack/manifests/testing/ingress.yaml).
the `Ingress` hosts defined in your `/etc/hosts` and in [ingress.yaml](https://github.com/parodos-dev/parodos/blob/main/hack/manifests/testing/ingress.yaml).
They ensure that the integration tests communicate with the correct services.

By combining the `integration-test` Maven profile with the `dev` Spring
Expand Down

0 comments on commit 91c3009

Please sign in to comment.