test: ensure app cleanup

This commit is contained in:
2023-09-25 11:20:56 +02:00
parent 6cd85f7239
commit 7616528f4e
3 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ setup_file(){
}
teardown_file(){
_rm_app
_rm_server
}