mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
fix tests
This commit is contained in:
parent
c11fbbf9e4
commit
184e3edb35
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue