We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3febcf0 commit 53efc40Copy full SHA for 53efc40
src/test/kotlin/no/nav/mock/MockConsumers.kt
@@ -79,9 +79,9 @@ private val syfoClientMock =
79
mockOf<SyfoClient> { client ->
80
coEvery { client.hentSyfoVeileder(any(), any()) } returns
81
SyfoClient.SyfoTildeling(
82
- personIdent = SyfoClient.PersonIdentValue("10108000398"),
83
- tildeltVeilederIdent = "Z123456",
84
- tildeltenhet = "4403",
+ personident = SyfoClient.PersonIdentValue("10108000398"),
+ tildeltVeilederident = "Z123456",
+ tildeltEnhet = "4403",
85
)
86
}
87
0 commit comments