You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spesialist-api/src/testFixtures/kotlin/no/nav/helse/spesialist/api/testfixtures/schema_til_bruk_fra_tester.graphql
+1
Original file line number
Diff line number
Diff line change
@@ -253,6 +253,7 @@ type DokumentInntektsmelding {
Copy file name to clipboardExpand all lines: spesialist-e2e-tests/src/test/kotlin/no/nav/helse/spesialist/api/graphql/query/DokumentQueryHandlerTest.kt
+16-11
Original file line number
Diff line number
Diff line change
@@ -292,7 +292,7 @@ internal class DokumentQueryHandlerTest : AbstractGraphQLApiTest() {
292
292
naerRelasjon,
293
293
innsenderFulltNavn,
294
294
innsenderTelefon,
295
-
inntektEndringAarsak {
295
+
inntektEndringAarsaker {
296
296
aarsak, perioder {
297
297
fom, tom
298
298
}, gjelderFra, bleKjent
@@ -330,10 +330,13 @@ internal class DokumentQueryHandlerTest : AbstractGraphQLApiTest() {
0 commit comments