Skip to content

Commit

Permalink
vocabulary types administration tests: Use correct service for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahW91 committed Jun 25, 2024
1 parent 7ea3d9a commit 9d66db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def identity():
@pytest.fixture(scope="module")
def service(app):
"""Vocabularies service object."""
return app.extensions["invenio-vocabularies"].service
return app.extensions["invenio-vocabularies"].vocabularies_service


@pytest.fixture()
Expand Down

0 comments on commit 9d66db2

Please sign in to comment.