From 30662bc11b284e1a5b89ddfef1aa9e01afaa5bca Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 8 Feb 2026 07:34:14 -0600 Subject: [PATCH] Update module docstring to reflect auth test coverage --- tests/dashboard/test_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dashboard/test_settings.py b/tests/dashboard/test_settings.py index 3ca57716ec..89f1b9a424 100644 --- a/tests/dashboard/test_settings.py +++ b/tests/dashboard/test_settings.py @@ -1,4 +1,4 @@ -"""Tests for dashboard settings Path-related functionality.""" +"""Tests for DashboardSettings (path resolution and authentication).""" from __future__ import annotations