mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-29 17:15:57 +00:00
http-error: fix a warning in tests
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
15c64a5d00
commit
a7ab26a9d8
@ -66,7 +66,7 @@ mod tests {
|
|||||||
#[test]
|
#[test]
|
||||||
fn test_http_err() {
|
fn test_http_err() {
|
||||||
// Make sure the macro generates valid code.
|
// Make sure the macro generates valid code.
|
||||||
http_err!(IM_A_TEAPOT, "Cannot brew coffee");
|
let _ = http_err!(IM_A_TEAPOT, "Cannot brew coffee");
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
Loading…
Reference in New Issue
Block a user