Refactor the integration test suite

This commit is contained in:
2022-02-19 14:00:07 +01:00
parent 2c359e7d7a
commit a5c74d7e4c
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;