test: reset after undeploy for a clean env version
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

Follows #510.
See https://build.coopcloud.tech/toolshed/abra/2620/1/5.
This commit is contained in:
decentral1se 2025-03-16 11:49:38 +01:00
parent 0a371ec360
commit a2b678caf6
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -19,8 +19,8 @@ setup(){
}
teardown(){
_reset_app
_undeploy_app
_reset_app
_reset_recipe
}