server: fix tests

This commit is contained in:
2025-08-15 13:58:53 -07:00
parent 34bda32e30
commit 5b471b278c
2 changed files with 3 additions and 4 deletions

View File

@@ -1217,4 +1217,3 @@ pub fn pretty_print_xml_with_trimming(xml_input: &str) -> Result<String, ServerE
let result = writer.into_inner().into_inner();
Ok(String::from_utf8(result)?)
}