Fix test compilation issue.
This commit is contained in:
parent
3a0e182ba9
commit
265c60a056
1 changed files with 3 additions and 2 deletions
|
|
@ -91,8 +91,9 @@ class DefaultElementCallBaseUrlProviderTest {
|
|||
private fun createElementWellKnown(widgetUrl: String): ElementWellKnown {
|
||||
return ElementWellKnown(
|
||||
call = ElementCallWellKnown(
|
||||
widgetUrl = widgetUrl
|
||||
)
|
||||
widgetUrl = widgetUrl,
|
||||
),
|
||||
registrationHelperUrl = null,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue