Spam train/classify REST API endpoints

This commit is contained in:
mdecimus
2024-12-29 16:39:16 +01:00
parent a5bec187aa
commit 4a7524cafe
12 changed files with 498 additions and 232 deletions

View File

@@ -29,7 +29,7 @@ pub async fn lookup_tests() {
for (store_id, store) in stores.in_memory_stores {
let is_mysql = store_id == "mysql";
println!("Testing lookup store {}...", store_id);
println!("Testing in-memory store {}...", store_id);
if let InMemoryStore::Store(store) = &store {
store.destroy().await;
} else {