cf-java-client icon indicating copy to clipboard operation
cf-java-client copied to clipboard

Integration tests depend on optional "routing" endpoint

Open Lokowandtg opened this issue 1 year ago • 1 comments
trafficstars

When running the integration tests of cf-java-client, some of them fail because they depend on the routing-api. The routing-api is optional and by default not installed. The tests should be aware of the installation state (it is reported by a "null" value when calling the "/" endpoint. They should be skipped when the routing-api is not installed.

I will push some corrections.

Lokowandtg avatar Nov 19 '24 17:11 Lokowandtg