From 60a75d7c276e4d101de0d55ab91520b0ee5e6dc7 Mon Sep 17 00:00:00 2001 From: Alex Ioannidis Date: Mon, 29 Jan 2024 19:31:05 +0100 Subject: [PATCH] global: black formatting --- tests/conftest.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index 648693b..e23dbcd 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -51,12 +51,12 @@ class UserPreferencesNotificationsSchema(UserPreferencesSchema): @pytest.fixture(scope="module") def app_config(app_config): """Override pytest-invenio app_config fixture.""" - app_config[ - "RECORDS_REFRESOLVER_CLS" - ] = "invenio_records.resolver.InvenioRefResolver" - app_config[ - "RECORDS_REFRESOLVER_STORE" - ] = "invenio_jsonschemas.proxies.current_refresolver_store" + app_config["RECORDS_REFRESOLVER_CLS"] = ( + "invenio_records.resolver.InvenioRefResolver" + ) + app_config["RECORDS_REFRESOLVER_STORE"] = ( + "invenio_jsonschemas.proxies.current_refresolver_store" + ) # Variable not used. We set it to silent warnings app_config["JSONSCHEMAS_HOST"] = "not-used" # setting preferences schema to test notifications