add functionnal + error tests on the swap_indexes route

This commit is contained in:
Tamo 2023-01-12 18:56:27 +01:00 committed by Loïc Lecrenier
parent 41a970247e
commit b6ec1f1c6d
3 changed files with 436 additions and 0 deletions

View file

@ -8,6 +8,7 @@ mod search;
mod settings;
mod snapshot;
mod stats;
mod swap_indexes;
mod tasks;
// Tests are isolated by features in different modules to allow better readability, test