locust 2.31.3.dev6__py3-none-any.whl → 2.31.3.dev20__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
locust/_version.py CHANGED
@@ -14,7 +14,7 @@ __version_tuple__: VERSION_TUPLE
14
14
  version_tuple: VERSION_TUPLE
15
15
 
16
16
 
17
- __version__ = "2.31.3.dev6"
17
+ __version__ = "2.31.3.dev20"
18
18
  version = __version__
19
- __version_tuple__ = (2, 31, 3, "dev6")
19
+ __version_tuple__ = (2, 31, 3, "dev20")
20
20
  version_tuple = __version_tuple__
locust/web.py CHANGED
@@ -564,7 +564,7 @@ class WebUI:
564
564
  try:
565
565
  return login_required(view_func)(*args, **kwargs)
566
566
  except Exception as e:
567
- return f"Locust auth exception: {e} See https://docs.locust.io/en/stable/extending-locust.html#authentication for configuring authentication."
567
+ return f"Locust auth exception: {e} See https://docs.locust.io/en/stable/extending-locust.html#adding-authentication-to-the-web-ui for configuring authentication."
568
568
  else:
569
569
  return view_func(*args, **kwargs)
570
570
 
Binary file