diff --git a/locust/locust-configmap.yaml b/locust/locust-configmap.yaml index e59dcc9c..b74417b6 100644 --- a/locust/locust-configmap.yaml +++ b/locust/locust-configmap.yaml @@ -10,13 +10,9 @@ data: class NshmUser(HttpUser): wait_time = between(1, 5) - @task - def web_service(self): - self.client.get("/") - @task def account_service(self): - self.client.get("/api/accounts/1") + self.client.get("/api/accounts/2") @task def item_service(self):