diff --git a/source/tests/base_user_types.py b/source/tests/base_user_types.py index decc50b..2eeafa8 100644 --- a/source/tests/base_user_types.py +++ b/source/tests/base_user_types.py @@ -208,7 +208,7 @@ def power_user_task(self): # Open the project logger.info("Opening project at URL %s", self.project_url) - self.client.get(self.project_url) + self.client.get(self.project_url, name="/projects/locust_test_project_new") # Student type of users also create and use JupyterLab notebooks if self.is_student_user: