Skip to content

Commit

Permalink
fiks type feil i river test
Browse files Browse the repository at this point in the history
Co-authored-by: Magnus Sælensminde <[email protected]>
  • Loading branch information
b162214 and magnusae committed Oct 31, 2024
1 parent ac6158c commit 1b8b6d1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import no.nav.helsearbeidsgiver.felles.test.rapidsrivers.sendJson
import no.nav.helsearbeidsgiver.inntektsmelding.notifikasjon.NotifikasjonTekst
import no.nav.helsearbeidsgiver.inntektsmelding.notifikasjon.PaaminnelseToggle
import no.nav.helsearbeidsgiver.inntektsmelding.notifikasjon.sakLevetid
import no.nav.helsearbeidsgiver.inntektsmelding.notifikasjon.tilString
import no.nav.helsearbeidsgiver.utils.collection.mapValuesNotNull
import no.nav.helsearbeidsgiver.utils.json.toJson
import no.nav.helsearbeidsgiver.utils.wrapper.Fnr
Expand Down Expand Up @@ -103,8 +102,7 @@ class OpprettForespoerselSakOgOppgaveRiverTest :
innkommendeMelding.orgNavn,
innkommendeMelding.forespoersel
?.sykmeldingsperioder
.orEmpty()
.tilString(),
.orEmpty(),
),
tidMellomOppgaveopprettelseOgPaaminnelse = "P28D",
),
Expand Down

0 comments on commit 1b8b6d1

Please sign in to comment.