Skip to content

Commit

Permalink
Grouping requests to open newly created projects into the same statis…
Browse files Browse the repository at this point in the history
…tic.
  • Loading branch information
alfredeen committed Oct 11, 2024
1 parent f1bb157 commit 64e212b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tests/base_user_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 64e212b

Please sign in to comment.