From 0425d46c4440191cd410434ba64c1bc9cdb53cbb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Mar 2026 09:26:26 +0000 Subject: [PATCH] style: apply ruff auto-fix - Auto-formatted code with ruff format - Applied ruff linting fixes with --fix Co-authored-by: github-actions[bot] --- tests/test_api_tokens.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_api_tokens.py b/tests/test_api_tokens.py index 6ae60f4e..62999124 100644 --- a/tests/test_api_tokens.py +++ b/tests/test_api_tokens.py @@ -105,6 +105,7 @@ def _cleanup(app): # Tests – Auth Helper # --------------------------------------------------------------------------- + class TestGetOwnerId: """Tests for the _get_owner_id dependency helper."""