Skip to content

Commit

Permalink
Merge pull request #958 from navikt/fix-dummydata-lokal-kjøring
Browse files Browse the repository at this point in the history
retter på skrivefeil i testdata for dokumenter sine titler
  • Loading branch information
ViktorGSolberg authored Feb 14, 2024
2 parents 1b6e78e + 0c9a29b commit c3c3ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/resources/minside/dummy-journalposter.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
]
},
{
"tittel": "Vedtak om innvilget overgangstønad",
"tittel": "Vedtak om innvilget overgangsstønad",
"journalpostId": "453853070",
"journalposttype": "U",
"journalstatus": "FERDIGSTILT",
Expand All @@ -127,7 +127,7 @@
],
"dokumenter": [
{
"tittel": "Vedtak om innvilget overgangstønad",
"tittel": "Vedtak om innvilget overgangsstønad",
"dokumentInfoId": "454244684",
"dokumentvarianter": [
{
Expand Down

0 comments on commit c3c3ec6

Please sign in to comment.