Fixing the Search integration tests for the new Schema Service Spring 6 contract.
Type of change
-
Bug Fix -
Feature
Please provide link to gitlab issue or ADR(Architecture Decision Record)
Does this introduce a change in the core logic?
- [YES]
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
AWS -
Azure -
Google Cloud -
IBM
Does this introduce a breaking change?
- [NO]
What is the current behavior?
Search integration tests fail because of an extra trailing /
in the calls to the Schema Service.
What is the new/expected behavior?
Removes that breaking extra trailing /
in the calls to the Schema Service and adds an assert to validate that the schema was created.