Slackbot
02/10/2025, 9:04 AMLee Turner
02/10/2025, 9:28 AMLee Turner
02/10/2025, 12:11 PM<http://appointments/v2/external/appointment?environment=5606>
. Normally you would mock the path your code tries to call - /v2/external/appointment?environment=5606
This way the base url would be configured differently for your tests compared to your production code. Production code would be configured to use <http://appointments>
and your tests would be configured to use a base url of your wiremock instanceLee Turner
02/10/2025, 1:28 PMLee Turner
02/11/2025, 2:12 PM