//! Common test utilities for server integration tests.
//!
//! Builds the same router the `sof-server` binary serves, so integration
//! tests exercise production wiring rather than a hand-maintained stub.
use TestServer;
/// Create a test server instance backed by the production router.
pub async