Skip to content

Commit

Permalink
global: black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Jan 31, 2024
1 parent b7859c8 commit 60a75d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60a75d7

Please sign in to comment.