From 5c76d1345e62c6fa2b419ae2398cc7c8abd7b923 Mon Sep 17 00:00:00 2001 From: Will Hunt <will@half-shot.uk> Date: Sat, 11 May 2019 12:02:22 +0100 Subject: [PATCH] Fix test --- package-lock.json | 2 +- test/test_matrixeventprocessor.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7abcd97..049a27b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1206,7 +1206,7 @@ }, "finalhandler": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz", + "resolved": "http://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz", "integrity": "sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg==", "requires": { "debug": "2.6.9", diff --git a/test/test_matrixeventprocessor.ts b/test/test_matrixeventprocessor.ts index 2c836b2..97f0fe7 100644 --- a/test/test_matrixeventprocessor.ts +++ b/test/test_matrixeventprocessor.ts @@ -610,7 +610,7 @@ describe("MatrixEventProcessor", () => { info: { mimetype: "image/png", }, - url: "mxc://bunny", + url: "mxc://bunny/500", }, sender: "@test:localhost", type: "m.sticker", -- GitLab