diff --git a/tests/manager/api/odl/test_importer.py b/tests/manager/api/odl/test_importer.py index fb15ffd45..3bec21ea0 100644 --- a/tests/manager/api/odl/test_importer.py +++ b/tests/manager/api/odl/test_importer.py @@ -71,14 +71,9 @@ def test_import( ) opds2_with_odl_importer_fixture.queue_response(moby_dick_license) - - # config = opds2_with_odl_importer_fixture.collection.integration_configuration opds2_with_odl_importer_fixture.importer.ignored_identifier_types = [ IdentifierConstants.URI ] - # DatabaseTransactionFixture.set_settings( - # config, skipped_license_formats=["text/html"] - # ) # Act ( @@ -90,8 +85,6 @@ def test_import( # Assert - assert failures == [] - # 1. Make sure that there is a single edition only assert isinstance(imported_editions, list) assert 1 == len(imported_editions) @@ -214,11 +207,6 @@ def test_import_audiobook_with_streaming( """Ensure that OPDSWithODLImporter correctly processes and imports a feed with an audiobook.""" opds2_with_odl_importer_fixture.queue_fixture_file("license-audiobook.json") - # db.set_settings( - # opds2_with_odl_importer_fixture.collection.integration_configuration, - # skipped_license_formats=["text/html"], - # ) - ( imported_editions, pools,