From bb9ca724324e7a97fe05c978be15946b1de8f33e Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Wed, 20 Mar 2024 22:21:47 +0100 Subject: [PATCH] tests: fix --- tests/conftest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index b6ab8af..8eaa69a 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -2,7 +2,7 @@ # # This file is part of Invenio. # Copyright (C) 2015-2018 CERN. -# Copyright (C) 2022-2023 Graz University of Technology. +# Copyright (C) 2022-2024 Graz University of Technology. # # Invenio is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. @@ -24,7 +24,7 @@ ) from invenio_accounts import InvenioAccounts from invenio_accounts.views.settings import ( - create_blueprint as create_accounts_blueprint, + create_settings_blueprint as create_accounts_blueprint, ) from invenio_assets import InvenioAssets from invenio_db import InvenioDB, db