From 89cb61b1887949327a8121e50171e948a2a02ed7 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Fri, 7 Feb 2020 10:40:30 -0500 Subject: [PATCH] fix test --- config/test.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/test.json b/config/test.json index 0b73c31..958c2d3 100644 --- a/config/test.json +++ b/config/test.json @@ -11,5 +11,9 @@ "redis": { "host": "127.0.0.1", "port": 6379 + }, + "services": { + "apiVersion" : "v1", + "createCall": "http://feature.server/v1/createCall:3000" } } \ No newline at end of file