From ae310097ddf900e7a2318b036b609043e2534d9f Mon Sep 17 00:00:00 2001 From: maniarathi Date: Tue, 24 Nov 2020 12:23:21 -0500 Subject: [PATCH] Fix typo (#1990) --- server/test/locust/locustfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/test/locust/locustfile.py b/server/test/locust/locustfile.py index 186371d5..183fa9e1 100644 --- a/server/test/locust/locustfile.py +++ b/server/test/locust/locustfile.py @@ -130,7 +130,7 @@ class CellXGeneTasks(TaskSet): stream=True, ) - layouts = self.parent.layolut_names() + layouts = self.parent.layout_names() for name in layouts: self.client.get( f"{self.dataset}/{API_SUFFIX}/annotations/obs?layout-name={name}",