fix(call): remove dead test helper and unused mut (clippy -D warnings clean)

This commit is contained in:
2026-06-30 10:30:52 +00:00
parent 2a6e4c371a
commit 850ac6b7bc
2 changed files with 2 additions and 14 deletions

View File

@@ -403,18 +403,6 @@ mod tests {
)
}
fn internal_spec(name: &str, acl: AccessControl) -> OperationSpec {
OperationSpec::new(
name,
OperationType::Query,
Visibility::Internal,
serde_json::json!({}),
serde_json::json!({}),
vec![],
acl,
)
}
fn registry_with(name: &str, visibility: Visibility, acl: AccessControl) -> OperationRegistry {
let mut registry = OperationRegistry::new();
registry.register(HandlerRegistration::new(