Fixed tracing index table type for SQL stores
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user