This commit is contained in:
Maurus Decimus
2026-06-25 11:13:29 +02:00
parent 93b3b70616
commit 0b520b6334
3 changed files with 5 additions and 3 deletions

View File

@@ -212,6 +212,7 @@ pub async fn test(test: &mut TestServer) {
.jmap_method_call(
"Quota/get",
json!({
"accountId": account.id_string(),
"ids": null
}),
)
@@ -265,6 +266,7 @@ pub async fn test(test: &mut TestServer) {
.jmap_method_call(
"Quota/get",
json!({
"accountId": account.id_string(),
"ids": null
}),
)