Skip to content

Commit

Permalink
T - Retter litt for etterlatte
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Sep 16, 2024
1 parent e50efce commit 84438ed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ class JournalforingServiceMedGCPTest {
every { journalpostService.skalStatusSettesTilAvbrutt(any(), any(), any(), any()) } returns false
justRun { oppgaveHandler.opprettOppgaveMeldingPaaKafkaTopic(any()) }
justRun { statistikkPublisher.publiserStatistikkMelding(any()) }
every { etterlatteService.hentGjennySak(eq("1234")) } returns "123"

val sedHendelse = SedHendelse(
sedType = P2100,
Expand Down

0 comments on commit 84438ed

Please sign in to comment.