Fixes SearchResult imports in tests

This commit is contained in:
Mouse Reeve
2021-09-16 12:41:30 -07:00
parent 4cdf895d77
commit 22af7ece71
5 changed files with 5 additions and 110 deletions

View File

@ -119,7 +119,7 @@ class AbstractConnector(TestCase):
@responses.activate
def test_get_or_create_author(self):
"""load an author"""
self.connector.author_mappings = (
self.connector.author_mappings = ( # pylint: disable=attribute-defined-outside-init
[ # pylint: disable=attribute-defined-outside-init
Mapping("id"),
Mapping("name"),