pinakes-server: update tests for chunked upload manager
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I0f08a53475348f708e0d23b235b344916a6a6964
This commit is contained in:
parent
419e1d233b
commit
fe52fedd88
3 changed files with 8 additions and 3 deletions
|
|
@ -118,6 +118,7 @@ async fn setup_app_with_plugins() -> (axum::Router, Arc<PluginManager>, tempfile
|
|||
plugin_manager: Some(plugin_manager.clone()),
|
||||
transcode_service: None,
|
||||
managed_storage: None,
|
||||
chunked_upload_manager: None,
|
||||
};
|
||||
|
||||
let router = pinakes_server::app::create_router(state);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue