Store entire Config struct on collab AppState
This commit is contained in:
parent
38bdf7ad92
commit
5e57a33df7
4 changed files with 13 additions and 13 deletions
|
@ -6357,8 +6357,7 @@ impl TestServer {
|
|||
async fn build_app_state(test_db: &TestDb) -> Arc<AppState> {
|
||||
Arc::new(AppState {
|
||||
db: test_db.db().clone(),
|
||||
api_token: Default::default(),
|
||||
invite_link_prefix: Default::default(),
|
||||
config: Default::default(),
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue