AI models
This commit is contained in:
@@ -106,6 +106,7 @@ pub async fn test(params: &mut JMAPTest) {
|
||||
.into(),
|
||||
metrics_alerts: parse_metric_alerts(&mut config),
|
||||
logo_url: None,
|
||||
ai_apis: Default::default(),
|
||||
}
|
||||
.into();
|
||||
config.assert_no_errors();
|
||||
@@ -170,6 +171,7 @@ impl EnterpriseCore for Core {
|
||||
metrics_store: None,
|
||||
metrics_alerts: vec![],
|
||||
logo_url: None,
|
||||
ai_apis: Default::default(),
|
||||
}
|
||||
.into();
|
||||
self
|
||||
|
||||
@@ -384,12 +384,12 @@ pub async fn jmap_tests() {
|
||||
mailbox::test(&mut params).await;
|
||||
delivery::test(&mut params).await;
|
||||
auth_acl::test(&mut params).await;
|
||||
auth_limits::test(&mut params).await;*/
|
||||
auth_limits::test(&mut params).await;
|
||||
auth_oauth::test(&mut params).await;
|
||||
/*event_source::test(&mut params).await;
|
||||
push_subscription::test(&mut params).await;
|
||||
event_source::test(&mut params).await;
|
||||
push_subscription::test(&mut params).await;*/
|
||||
sieve_script::test(&mut params).await;
|
||||
vacation_response::test(&mut params).await;
|
||||
/*vacation_response::test(&mut params).await;
|
||||
email_submission::test(&mut params).await;
|
||||
websocket::test(&mut params).await;
|
||||
quota::test(&mut params).await;
|
||||
|
||||
Reference in New Issue
Block a user