better consistent naming

This commit is contained in:
Trenton H 2025-02-26 11:31:29 -08:00
parent 5940639482
commit 5fef3c2351

View File

@ -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
"""