Commit e40a28b1 authored by litaolemo's avatar litaolemo

update

parent dc4d3a55
......@@ -856,7 +856,7 @@ class QuickstartUser(HttpUser):
}
""".replace("{query}",random.choice(query_Str_list))
response = self.client.post('http://%s:9200/gm-dbmw-service-read/_search', data=data, verify=False, auth=tuple(auth.split(':',1)))
response = self.client.post('/gm-dbmw-service-read/_search', data=data, verify=False, auth=tuple(auth.split(':',1)))
# self.client.get("/hello")
# self.client.get("/world")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment