Skip to content

Commit

Permalink
Merge pull request #487 from holly-cummins/fix-copy-paste-error
Browse files Browse the repository at this point in the history
Fix copy-paste-error in contract testing section
  • Loading branch information
holly-cummins authored Feb 27, 2024
2 parents 1e77eef + ef8b0aa commit cf3e46d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To avoid port conflicts between the real services and the Pact stubs, let's use
Open the fight service's `application.properties` and add the following

----
%test.quarkus.rest-client.hero.url=http://localhost:8083=http://localhost:8093
%test.quarkus.rest-client.hero.url=http://localhost:8093
----

The `%test` scopes the updated property to only apply in the test mode.
Expand Down

0 comments on commit cf3e46d

Please sign in to comment.