Update e2e tests and header

Don't add normalisation of widget headers either
This commit is contained in:
David Langley
2026-03-04 18:02:17 +00:00
parent 6aa454c646
commit 5d091e91c3
10 changed files with 69 additions and 28 deletions
@@ -47,7 +47,7 @@ const createApi = (config: unknown = {}) => {
const widget: WidgetDescriptor = {
id: "widget-id",
templateUrl: "https://example.com",
templateUrl: "https://example.com/",
creatorUserId: "@user-id",
kind: "room",
};