Fix test compilation issue.

This commit is contained in:
Benoit Marty 2024-09-17 11:01:28 +02:00
parent 3a0e182ba9
commit 265c60a056

View file

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