Fixed tracing index table type for SQL stores

This commit is contained in:
mdecimus
2024-08-21 18:32:59 +02:00
parent e54c3abad4
commit bd4129e160
7 changed files with 9 additions and 8 deletions

View File

@@ -219,6 +219,7 @@ async fn undelete(_params: &mut JMAPTest) {
api.get::<serde_json::Value>("/api/store/purge/account/jdoe@example.com")
.await
.unwrap();
tokio::time::sleep(Duration::from_millis(200)).await;
let deleted = api
.get::<List<DeletedBlob<String, String, String>>>("/api/store/undelete/jdoe@example.com")
.await

View File

@@ -300,7 +300,7 @@ pub async fn jmap_tests() {
)
.await;
/*webhooks::test(&mut params).await;
webhooks::test(&mut params).await;
email_query::test(&mut params, delete).await;
email_get::test(&mut params).await;
email_set::test(&mut params).await;
@@ -325,7 +325,7 @@ pub async fn jmap_tests() {
quota::test(&mut params).await;
crypto::test(&mut params).await;
blob::test(&mut params).await;
purge::test(&mut params).await;*/
purge::test(&mut params).await;
enterprise::test(&mut params).await;
if delete {