From 5fef3c235192ff49835fe74c86a163ea66050ab3 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Wed, 26 Feb 2025 11:31:29 -0800 Subject: [PATCH] better consistent naming --- src/documents/tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documents/tests/conftest.py b/src/documents/tests/conftest.py index bc9f1366d..8c88cee9f 100644 --- a/src/documents/tests/conftest.py +++ b/src/documents/tests/conftest.py @@ -20,7 +20,7 @@ def rest_api_client(): @pytest.fixture -def rest_api_authenticated_client(rest_api_client: APIClient): +def authenticated_rest_api_client(rest_api_client: APIClient): """ The basic DRF ApiClient which has been authenticated """