79594634

Date: 2025-04-27 03:25:17
Score: 1.5
Natty:
Report link

It may be caused by this problem
@TestPropertySource(locations = { "classpath:application.yml", "classpath:contract-test.properties" })@ActiveProfiles({ "local" })

Check application.yml and contract-test.properties

Ensure that the endpoint IDs for all Actuator-related configurations are legal (lowercase letters, numbers, and hyphens are allowed only -)

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: mindleader