test(radar): refresh canonical feed hash

This commit is contained in:
diegosouzapw
2026-08-08 18:41:40 -03:00
parent f379e9215a
commit 59a583ddf6

View File

@@ -82,7 +82,7 @@ test("contract: fixture sha256 matches the server's canonical hash", () => {
const hash = crypto.createHash("sha256").update(FIXTURE_BYTES).digest("hex");
assert.equal(
hash,
"13992d27702071bcb240306b052d0fdfacb2a2c688056c5e5118e92957e28a3d",
"80194e15a8add2a3be57eaef63b26ab75976c83e20b5589172aefa806eae72d3",
"Fixture sha256 must match the server's canonical fixture. " +
"If this fails, the fixture was modified or re-downloaded with different formatting."
);