fix(doc): fix doc
This commit is contained in:
@@ -74,6 +74,11 @@ async fn tenant_enabled_apps_roundtrip_and_version_conflict()
|
||||
.await;
|
||||
assert!(r2.is_err());
|
||||
|
||||
let r3 = tenant_service
|
||||
.set_enabled_apps(tenant_id, vec!["dms".to_string()], None, actor_user_id)
|
||||
.await;
|
||||
assert!(r3.is_err());
|
||||
|
||||
cleanup(&pool, tenant_id, &test_app).await;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user