Skip to content

Commit

Permalink
T - Legger til sjekk for at det er barn som er den journalførende bruker
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Nov 26, 2024
1 parent d5208b6 commit 7978281
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ internal class PBuc05UtenSakTypeIT : JournalforingTestBase(){
testRunnerFlerePersoner(FNR_VOKSEN_UNDER_62, FNR_BARN, saker = emptyList(), rolle = Rolle.FORSORGER, pdlpersonAnnenPerson = barn) {
assertEquals(PENSJON, it.tema)
assertEquals(Enhet.NFP_UTLAND_AALESUND, it.journalfoerendeEnhet)
assertEquals(FNR_BARN, it.bruker!!.id)
}
}

Expand Down

0 comments on commit 7978281

Please sign in to comment.