Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Oct 4, 2024
1 parent 2e24a7e commit ae13691
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tests/fixtures/odl.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@ def __init__(
def create_work(self, collection: Collection) -> Work:
return self.db.work(with_license_pool=True, collection=collection)

@staticmethod
def default_collection_settings() -> dict[str, Any]:
return {
"username": "a",
"password": "b",
"external_account_id": "http://odl",
Collection.DATA_SOURCE_NAME_SETTING: "Feedbooks",
}

def create_collection(self, library: Library) -> Collection:
return self.db.collection(
f"Test {OPDS2WithODLApi.__name__} Collection",
Expand All @@ -70,6 +61,7 @@ def create_collection(self, library: Library) -> Collection:
username="a",
password="b",
external_account_id="http://odl",
data_source="Feedbooks",
),
)

Expand Down

0 comments on commit ae13691

Please sign in to comment.