Skip to content

Commit

Permalink
tests: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Mar 20, 2024
1 parent 231cbbe commit bb9ca72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit bb9ca72

Please sign in to comment.