openBackhaul / AdministratorAdministration

Administrates the list of administrators of the application layer.
Apache License 2.0
5 stars 8 forks source link

Termination part in testsuite is always failing in all applications #216

Closed IswaryaaS closed 1 year ago

IswaryaaS commented 1 year ago

All requests in Termination part fail with test error, as dummyUri is not set. This is due to the previous request in PreTermination: Clearing collection data : pm.environment.clear(); The Termination requests all call for: URI = pm.environment.get("dummyUri");

I don't really see a purpose for the termination requests, why check ping.openbackhaul.com 4 times? Please either remove the requests or fix the Pre-request scripts.