mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-22 11:36:28 +00:00
Fix more tests
This commit is contained in:
@@ -614,6 +614,8 @@ impl FromStr for Kind {
|
|||||||
Ok(Kind::DumpCreation)
|
Ok(Kind::DumpCreation)
|
||||||
} else if kind.eq_ignore_ascii_case("snapshotCreation") {
|
} else if kind.eq_ignore_ascii_case("snapshotCreation") {
|
||||||
Ok(Kind::SnapshotCreation)
|
Ok(Kind::SnapshotCreation)
|
||||||
|
} else if kind.eq_ignore_ascii_case("export") {
|
||||||
|
Ok(Kind::Export)
|
||||||
} else if kind.eq_ignore_ascii_case("upgradeDatabase") {
|
} else if kind.eq_ignore_ascii_case("upgradeDatabase") {
|
||||||
Ok(Kind::UpgradeDatabase)
|
Ok(Kind::UpgradeDatabase)
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user