Enable a test for propfind responses

This commit is contained in:
Lennart
2025-09-21 20:40:03 +02:00
parent 1d2b90f7c3
commit 8bbc03601a
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ use rustical_store::auth::Principal;
use rustical_xml::XmlSerializeRoot;
use serde_json::from_str;
// #[tokio::test]
#[tokio::test]
async fn test_propfind() {
let requests: Vec<_> = include_str!("./test_files/propfind.requests")
.trim()