fix: add path_prefix to test AppState in gateway/api.rs

This commit is contained in:
argenis de la rosa 2026-03-21 07:18:12 -04:00 committed by Roman Tataurov
parent 6da9810231
commit 5d171a6192
No known key found for this signature in database
GPG Key ID: 70A51EF3185C334B

View File

@ -1438,6 +1438,7 @@ mod tests {
session_backend: None,
device_registry: None,
pending_pairings: None,
path_prefix: String::new(),
}
}