From cbf170f0632429707c236dca4e2c3e8a34466081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Wed, 27 Feb 2019 12:43:47 +0100 Subject: [PATCH] fix link --- lab-instructions/content/test/exercise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab-instructions/content/test/exercise.md b/lab-instructions/content/test/exercise.md index 137f02a..5a4c6f9 100644 --- a/lab-instructions/content/test/exercise.md +++ b/lab-instructions/content/test/exercise.md @@ -7,7 +7,7 @@ weight: 1 The ACME Brewery is about to start implementing the ACME Brewery API but before jumping into the code, we will have to craft an integration test suite. This way, we can refine the business expectations and validate that our implementation, once developed, conforms to our specifications. -- Load [this collection](../mock/postman_collection.json) in Postman, if not already done +- Load [this collection](../../mock/exercise/postman_collection.json) in Postman, if not already done - Examine the provided test cases - Try to run a test in [Microcks]({{< param microcks_url >}}/#/services) against the generated mock