[GONRG-4028] Fixed environment variables for integration testing of well-delivery
MR to fix integration-testing issue for well-delivery.
Issue appears because of changed environment variable names for tests:
- ENTITY_URL -> WELL_DELIVERY_URL
- SCHEMA_URL -> SCHEMA_HOST (+ slash is now hardcoded in test utils)
Link to original commit with changes to testing env vars: osdu/platform/domain-data-mgmt-services/well-delivery/well-delivery@6941a0f6
Current incorrect values occurring in integration tests - are the ones hardcoded in SchemaUtil.java, EntityUtil.java & TestUtils.java
Edited by Danylo Vanin (EPAM)