fix remaining tests

This commit is contained in:
Kenneth Kehl
2023-10-30 08:42:11 -07:00
parent 8c9acad081
commit b487a915f6
6 changed files with 77 additions and 68 deletions

View File

@@ -2423,7 +2423,7 @@ def _os_environ():
os.environ[k] = v
@pytest.fixture # noqa (C901 too complex)
@pytest.fixture()
def client_request(logged_in_client, mocker, service_one): # noqa (C901 too complex)
class ClientRequest:
@staticmethod