change test targets

This commit is contained in:
localhost 2026-05-22 19:06:53 +02:00
parent e0138c4164
commit 62a99c028f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ const innertubePool = createInnertubePool(parseInt(Bun.env.INNERTUBE_POOL_SIZE |
app.get('/health', async (req, res) => {
try {
const urls = ['/video/sRMMwpDTs5k', '/channel/UCRijo3ddMTht_IHyNSNXpNQ', '/videos/UCRijo3ddMTht_IHyNSNXpNQ']
const urls = ['/video/sRMMwpDTs5k', '/channel/UCEcryET60dO0HgVGjZ6WnXA', '/videos/UCEcryET60dO0HgVGjZ6WnXA']
const results = await Promise.all(urls.map(async (url) => {
const response = await fetch(`http://localhost:8008${url}`);