test: cover all market reference import types

parent 8cab77fa
...@@ -588,7 +588,7 @@ async def api_import_market_listing(request: Request, listing_id: int): ...@@ -588,7 +588,7 @@ async def api_import_market_listing(request: Request, listing_id: int):
owner_username = listing.get('owner_username') owner_username = listing.get('owner_username')
reference_type_map = { reference_type_map = {
'provider': 'provider', 'provider': 'provider',
'model': 'provider', 'model': 'model',
'rotation': 'rotation', 'rotation': 'rotation',
'autoselect': 'autoselect', 'autoselect': 'autoselect',
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment