Fixed parameter in client request

This commit is contained in:
Andrew Shumway
2023-10-27 10:42:09 -06:00
committed by Carlo Costino
parent d26a5b6a75
commit af119aad1c
2 changed files with 4 additions and 2 deletions

View File

@@ -2424,7 +2424,7 @@ def _os_environ():
@pytest.fixture() # noqa (C901 too complex)
def client_request(_logged_in_client, mocker, service_one): # noqa (C901 too complex)
def client_request(logged_in_client, mocker, service_one): # noqa (C901 too complex)
def _get(mocker):
return {"count": 0}