diff --git a/frontend/webcomponent/tests/unit/attributes.test.ts b/frontend/webcomponent/tests/unit/attributes.test.ts index d988e48..e0c05f0 100644 --- a/frontend/webcomponent/tests/unit/attributes.test.ts +++ b/frontend/webcomponent/tests/unit/attributes.test.ts @@ -35,7 +35,7 @@ describe('Web Component Attributes', () => { expect(iframe).toBeDefined(); expect(iframe?.src).toBeFalsy(); - expect(consoleErrorSpy).toHaveBeenCalledWith('The "room-url" attribute is required.'); + expect(consoleErrorSpy).toHaveBeenCalledWith('The "room-url" or "recording-url" attribute is required.'); consoleErrorSpy.mockRestore(); });