fix tests

This commit is contained in:
Gauthier Roebroeck 2025-06-30 17:14:16 +08:00
parent c11fbbf9e4
commit 184e3edb35

View file

@ -24,7 +24,7 @@ describe('colada actuator', () => {
})
test('when failing to get actuator-info then values are undefined', async () => {
server.use(http.get('/actuator/info', response401Unauthorized))
server.use(http.get('*/actuator/info', response401Unauthorized))
createMockColada(useActuatorInfo)
const { buildVersion, commitId, refresh, error } = useActuatorInfo()