Fix test compilation issue.
This commit is contained in:
@@ -91,8 +91,9 @@ class DefaultElementCallBaseUrlProviderTest {
|
||||
private fun createElementWellKnown(widgetUrl: String): ElementWellKnown {
|
||||
return ElementWellKnown(
|
||||
call = ElementCallWellKnown(
|
||||
widgetUrl = widgetUrl
|
||||
)
|
||||
widgetUrl = widgetUrl,
|
||||
),
|
||||
registrationHelperUrl = null,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user