Skip to content

Commit 6cb7105

Browse files
authored
fix(e2e): update md5sum for og image (#925)
* fix: update md5sum for og image * api route
1 parent aad469e commit 6cb7105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tests-e2e/tests/appRouter/og.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { expect, test } from "@playwright/test";
22
import { validateMd5 } from "../utils";
33

44
// This is the md5sums of the expected PNGs generated with `md5sum <file>`
5-
const OG_MD5 = "6e5e794ac0c27598a331690f96f05d00";
6-
const API_OG_MD5 = "cac95fc3e2d4d52870c0536bb18ba85b";
5+
const OG_MD5 = "83cfda4e78b037aa3d9ab465292550ef";
6+
const API_OG_MD5 = "6a22b4ff74e0dd8c377e2640dafe3e40";
77

88
// We skip this test for now until Next fixes https://github.com/vercel/next.js/issues/81655
99
test.skip("Open-graph image to be in metatags and present", async ({

0 commit comments

Comments
 (0)