From aff05a89425fbe8ee061ec4f9ebd3421131fbd17 Mon Sep 17 00:00:00 2001 From: Matthew White Date: Fri, 27 Apr 2018 13:43:21 -0500 Subject: [PATCH] Fix consumer service endpoint Signed-off-by: Matthew White --- .../service-down-not-visible-to-users/setup-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-chaos-engineering-experiments-with-chaostoolkit/service-down-not-visible-to-users/setup-services.md b/02-chaos-engineering-experiments-with-chaostoolkit/service-down-not-visible-to-users/setup-services.md index eae34ec..23d7750 100644 --- a/02-chaos-engineering-experiments-with-chaostoolkit/service-down-not-visible-to-users/setup-services.md +++ b/02-chaos-engineering-experiments-with-chaostoolkit/service-down-not-visible-to-users/setup-services.md @@ -35,7 +35,7 @@ Take the address reported back by the previous command and execute a `curl` comm To check that the `consumer` and the `provider` are wired together and talking execute another `curl` command: -`curl /invokeConsumedMicroservice` +`curl /invokeConsumedService` You should see a response similar to: