Fix test compilation issue.
This commit is contained in:
parent
70a5756369
commit
750e0312c7
1 changed files with 3 additions and 2 deletions
|
|
@ -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,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue