1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Fix video update test

This commit is contained in:
Chocobozzz 2017-06-12 21:31:58 +02:00
parent 75d612ce3c
commit c3d19a4907
2 changed files with 16 additions and 19 deletions

View file

@ -356,7 +356,7 @@ function updateVideo (req: express.Request, res: express.Response, finalCallback
return rollbackTransaction(err, t, finalCallback)
}
logger.info('Video with name %s updated.', videoInfosToUpdate.name)
logger.info('Video with name %s updated.', videoInstance.name)
return finalCallback(null)
})
}