Skip to content

Commit

Permalink
MAP-1878: reflect health path change for frontendComponents e2e stub
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygyngell committed Feb 7, 2025
1 parent e51cb71 commit 7bb2b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/mockApis/feComponents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
stubFor({
request: {
method: 'GET',
urlPath: '/frontend-components/health/ping',
urlPath: '/frontend-components/health',
},
response: {
status: 200,
Expand Down

0 comments on commit 7bb2b5d

Please sign in to comment.