Use local elasticsearch instance as url instead of VIP

Change-Id: I6584b9cfc5b3718f3879ecfe49cbfdbc222b8d1d
Closes-bug: PROD-30529
diff --git a/tests/pillar/client.sls b/tests/pillar/client.sls
index 216b590..8b8ef75 100644
--- a/tests/pillar/client.sls
+++ b/tests/pillar/client.sls
@@ -5,3 +5,8 @@
     server:
       host: elasticsearch.host
       port: 9200
+  server:
+    enabled: false
+    bind:
+      address: 127.0.0.1
+      port: 9200