From a8a281db5a6472c53e6f48dc7ad4835bd45fb846 Mon Sep 17 00:00:00 2001 From: Bhavya Date: Thu, 8 Sep 2022 10:30:29 +0000 Subject: [PATCH] Updating mq-container docs --- docs/testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/testing.md b/docs/testing.md index 5f5a668..9e1e2ce 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -17,8 +17,8 @@ There are two main sets of tests: The Docker tests can be run locally on a machine with Docker. For example: ``` -make devserver -make advancedserver +make test-devserver +make test-advancedserver ``` You can specify the image to use directly by using the `MQ_IMAGE_ADVANCEDSERVER` or `MQ_IMAGE_DEVSERVER` variables, for example: