Skip to content

Commit

Permalink
Update locust.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-lozoya authored Apr 10, 2024
1 parent 4181bf1 commit 6add927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/loadgen/locust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ data:
@task
def get_endpoint_one(self):
self.client.get('http://spring-petclinic-service.ao-demo.svc.cluster.local/', headers=default_headers)
self.client.get('http://springboot-java-service.ao-demo.svc.cluster.local/', headers=default_headers)
@task
def get_endpoint_two(self):
Expand Down

0 comments on commit 6add927

Please sign in to comment.