server: fix tests
This commit is contained in:
parent
34bda32e30
commit
5b471b278c
@ -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)?)
|
||||
}
|
||||
|
||||
|
||||
@ -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"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user