Skip to content

Commit

Permalink
IS-1693: Skip invalid pdf vedlegg
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-waagboe committed Oct 19, 2023
1 parent 0b7be44 commit 21104b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/test/kotlin/no/nav/syfo/DialogmeldingMapperTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ internal class DialogmeldingMapperTest {
val vedleggListe = extractVedlegg.map { it.toVedlegg() }

dialogmelding.id shouldBeEqualTo dialogmeldingId
vedleggListe.size.shouldBe(2)
vedleggListe.size shouldBeEqualTo 2
vedleggListe[0].beskrivelse shouldBeEqualTo ""
vedleggListe[1].beskrivelse shouldBeEqualTo "Et bilde fra lege"
}
Expand Down

Large diffs are not rendered by default.

0 comments on commit 21104b0

Please sign in to comment.