# Test-only configuration: keeps @SpringBootTest deterministic on a clean # checkout, where the git-ignored main application.yml does not exist. The # datasource comes from Testcontainers (@ServiceConnection). spring: application: name: patbond-community patbond: # Feign client wiring must resolve at context start. Author-profile tests # either replace the client bean with a DB-backed stub or (the wire test) # override this URL with an in-test HTTP server; nothing ever calls this # unroutable address. user-service: url: http://127.0.0.1:1 internal-token: test-internal-token