Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration tests depend on optional "routing" endpoint #1249

Open
Lokowandtg opened this issue Nov 19, 2024 · 1 comment
Open

Integration tests depend on optional "routing" endpoint #1249

Lokowandtg opened this issue Nov 19, 2024 · 1 comment

Comments

@Lokowandtg
Copy link

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
Copy link
Author

Fixed with #1250 for class ApplicationsTest. Working on verification for other tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant