test: restore community backend test surface

This commit is contained in:
github-ops
2026-05-12 16:52:08 +00:00
parent aede79dfb1
commit f50c8fb327
12 changed files with 146 additions and 53 deletions
+1 -5
View File
@@ -4,11 +4,7 @@ use axum::{
};
use serde_json::{Value, json};
use crate::{
error::ApiError,
routes::access::WorkspacePath,
state::AppState,
};
use crate::{error::ApiError, routes::access::WorkspacePath, state::AppState};
pub async fn list_protocol_capabilities(
Path(_path): Path<WorkspacePath>,