Files
2026-08-01 16:11:49 +03:00

11 lines
250 B
Plaintext

---
source: tests/controller/middlewares.rs
expression: "(res.status().to_string(), res.text().await)"
---
(
"500 Internal Server Error",
Ok(
"{\"error\":\"internal_server_error\",\"description\":\"Internal Server Error\"}",
),
)