Skip to content

Commit

Permalink
Få med nytt meldingsfelt i testene
Browse files Browse the repository at this point in the history
  • Loading branch information
bjerga committed Nov 28, 2024
1 parent c69dc5f commit 1a74849
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ private object Mock {
mapOf(
Key.FNR to fnr.toJson(Fnr.serializer()),
),
svarKafkaKey = null,
fnr = fnr,
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ object Mock {
mapOf(
Key.ARBEIDSGIVER_FNR to fnr.toJson(),
),
svarKafkaKey = null,
fnr = fnr,
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ private object Mock {
mapOf(
Key.ORGNR_UNDERENHETER to orgnr.toJson(Orgnr.serializer()),
),
svarKafkaKey = null,
orgnr = orgnr,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ private object Mock {
Key.FNR to fnr.toJson(),
Key.INNTEKTSDATO to inntektsdato.toJson(),
),
svarKafkaKey = null,
orgnr = orgnr,
fnr = fnr,
inntektsdato = inntektsdato,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ private object Mock {
Key.FORESPOERSEL_ID to forespoerselId?.toJson(),
Key.FNR_LISTE to fnrListe.toJson(Fnr.serializer()),
).mapValuesNotNull { it },
svarKafkaKey = null,
fnrListe = fnrListe,
)

Expand Down

0 comments on commit 1a74849

Please sign in to comment.