Fix test compilation issue.

This commit is contained in:
Benoit Marty 2024-09-17 11:01:28 +02:00
parent 70a5756369
commit 750e0312c7

View file

@ -91,8 +91,9 @@ class DefaultElementCallBaseUrlProviderTest {
private fun createElementWellKnown(widgetUrl: String): ElementWellKnown { private fun createElementWellKnown(widgetUrl: String): ElementWellKnown {
return ElementWellKnown( return ElementWellKnown(
call = ElementCallWellKnown( call = ElementCallWellKnown(
widgetUrl = widgetUrl widgetUrl = widgetUrl,
) ),
registrationHelperUrl = null,
) )
} }
} }