Change error messages and fix tests

This commit is contained in:
Louis Dureuil
2024-02-08 09:43:39 +01:00
parent 392b98f3f8
commit c668906047
4 changed files with 5 additions and 5 deletions

View File

@ -61,7 +61,7 @@ impl RoFeatures {
Ok(())
} else {
Err(FeatureNotEnabledError {
disabled_action: "getting logs through the `/logs` route",
disabled_action: "getting logs through the `/logs/stream` route",
feature: "logs route",
issue_link: "https://github.com/orgs/meilisearch/discussions/721",
}