Refactor the integration test suite

This commit is contained in:
2022-02-19 14:00:07 +01:00
parent 289c3959da
commit 294e1a867d
4 changed files with 5 additions and 10 deletions

3
tests/api/main.rs Normal file
View File

@@ -0,0 +1,3 @@
mod health_check;
mod helpers;
mod task;