restructured integration tests

This commit is contained in:
Andre Heber
2024-02-26 14:18:14 +01:00
parent 99b5e7fe30
commit 518acf03b1
6 changed files with 192 additions and 185 deletions

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

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