mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Fixed parameter in client request
This commit is contained in:
committed by
Carlo Costino
parent
d26a5b6a75
commit
af119aad1c
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user