Skip to content

Commit

Permalink
rename function
Browse files Browse the repository at this point in the history
  • Loading branch information
anasnadeemws committed Mar 20, 2024
1 parent a6eb339 commit cf8122e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loadtests/home.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

class Home(HttpUser):
@task
def hello_world(self):
def home_endpoint(self):
self.client.get("/api/home/")

0 comments on commit cf8122e

Please sign in to comment.