fix(auth): address code review feedback - accessibility, docstrings, portable test paths

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
Agent-Logs-Url: https://github.com/christianlouis/DocuElevate/sessions/51d9bb59-d4b5-4713-9a4a-8acfc599e2cc
This commit is contained in:
copilot-swe-agent[bot]
2026-03-22 12:47:15 +00:00
parent 0287a165cf
commit c17afe8c11
3 changed files with 44 additions and 6 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ class TestTranslationKeys:
import json
from pathlib import Path
en_path = Path("/home/runner/work/DocuElevate/DocuElevate/frontend/translations/en.json")
en_path = Path(__file__).parents[1] / "frontend" / "translations" / "en.json"
translations = json.loads(en_path.read_text())
expected_keys = [