Skip to content

Commit

Permalink
IS-2720: Ktor 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-waagboe committed Jan 2, 2025
1 parent 2e4b82e commit 07c8ef7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,8 @@ object PersonoversiktStatusApiV2Spek : Spek({
personOversiktStatus.enhet shouldBeEqualTo behandlendeEnhetDTO().enhetId
personOversiktStatus.oppfolgingsoppgave shouldNotBe null
personOversiktStatus.oppfolgingsoppgave?.oppfolgingsgrunn shouldBeEqualTo "FOLG_OPP_ETTER_NESTE_SYKMELDING"
personOversiktStatus.oppfolgingsoppgave?.tekst shouldBeEqualTo "En tekst"
personOversiktStatus.oppfolgingsoppgave?.frist shouldNotBe null
}
}

Expand Down

0 comments on commit 07c8ef7

Please sign in to comment.