buster/api/tests/integration/collections/mod.rs

6 lines
216 B
Rust
Raw Normal View History

pub mod sharing;
2025-03-20 14:14:02 +08:00
pub mod add_assets_to_collection_test;
2025-03-20 13:26:31 +08:00
pub mod add_dashboards_to_collection_test;
2025-03-20 12:51:37 +08:00
pub mod get_collection_test;
pub mod remove_assets_from_collection_test;
2025-03-20 12:51:37 +08:00
pub mod remove_metrics_from_collection_test;