summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Kangas <gabek@real-ity.com>2022-01-22 21:10:52 -0800
committerGabe Kangas <gabek@real-ity.com>2022-01-22 21:10:52 -0800
commit720824d519971a8e3a3df44a97e71f87907f091c (patch)
tree3f5a41a4d0e39fb24b21f5af3587b36eca0cb5fd
parent580a6077e12a101b7ad0f2409d84eb03d4409af3 (diff)
Update OG tags test
-rw-r--r--test/automated/browser/bot-share-search-scrapers.test.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/automated/browser/bot-share-search-scrapers.test.js b/test/automated/browser/bot-share-search-scrapers.test.js
index 35e6112b8..e25b99e8a 100644
--- a/test/automated/browser/bot-share-search-scrapers.test.js
+++ b/test/automated/browser/bot-share-search-scrapers.test.js
@@ -30,10 +30,10 @@ describe('Video embed page', () => {
await page.waitForSelector('h3');
const ogVideo = await getMetaTagContent('og:video');
- expect(ogVideo).toBe('http://localhost:5309/hls/stream.m3u8');
+ expect(ogVideo).toBe('http://localhost:5309/embed/video');
const ogVideoType = await getMetaTagContent('og:video:type');
- expect(ogVideoType).toBe('application/x-mpegURL');
+ expect(ogVideoType).toBe('text/html');
// When stream is live the thumbnail is provided as the image.
const ogImage = await getMetaTagContent('og:image');