Skip to content

Commit

Permalink
Send steg0-dataen videre til lagreImSkjemaRiver
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusae committed Oct 4, 2024
1 parent 8c5c8c9 commit b4b99d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class InnsendingService(
Key.UUID to steg0.transaksjonId.toJson(),
Key.DATA to
mapOf(
Key.ARBEIDSGIVER_FNR to steg0.avsenderFnr.toJson(),
Key.SKJEMA_INNTEKTSMELDING to steg0.skjema.toJson(SkjemaInntektsmelding.serializer()),
).toJson(),
).also { loggBehovPublisert(BehovType.LAGRE_IM_SKJEMA, it) }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ class InnsendingIT : EndToEndTest() {
Key.UUID to UUID.randomUUID().toJson(),
Key.DATA to
mapOf(
Key.FORESPOERSEL_ID to Mock.forespoerselId.toJson(),
Key.ARBEIDSGIVER_FNR to Mock.forespoersel.fnr.toJson(),
Key.SKJEMA_INNTEKTSMELDING to Mock.skjema.toJson(SkjemaInntektsmelding.serializer()),
).toJson(),
Expand Down

0 comments on commit b4b99d8

Please sign in to comment.