Removes outdated test of bookwyrm connector updater

This commit is contained in:
Mouse Reeve
2020-11-25 11:44:19 -08:00
parent 4f6ce0307d
commit 9b79eb5fc3
3 changed files with 2 additions and 27 deletions

View File

@ -24,7 +24,7 @@ class Connector(AbstractConnector):
def is_work_data(self, data):
return data['type'] == 'Work'
return data.get('type') == 'Work'
def get_edition_from_work_data(self, data):