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 {
return ElementWellKnown(
call = ElementCallWellKnown(
widgetUrl = widgetUrl
)
widgetUrl = widgetUrl,
),
registrationHelperUrl = null,
)
}
}