server: fix tests

This commit is contained in:
Bill Thiede 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)?)
}

View File

@ -721,9 +721,9 @@ mod tests {
"policy-type": "sts",
"policy-string": [
"version: STSv1",
"mode": "testing",
"mx": "mail.xinu.tv",
"max_age": "86400"
"mode: testing",
"mx: mail.xinu.tv",
"max_age: 86400"
],
"policy-domain": "xinu.tv"
},