Skip to content

Commit

Permalink
Fiks enhetstest som feiler pga ny måned (#4864)
Browse files Browse the repository at this point in the history
### 💰 Hva skal gjøres, og hvorfor?

Fikser enhetstest som feiler på grunn av ny måned. Testen tester
fortsatt det den skal teste.

---------

Co-authored-by: Uy Quang Nguyen <[email protected]>
  • Loading branch information
MagnusTonnessen and UyQuangNguyen authored Nov 4, 2024
1 parent 50e0a90 commit d1dc8df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ class RestartAvSmåbarnstilleggTest(
vedtaksperiodeId = utvidetVedtaksperiodeMedBegrunnelser.id,
restPutVedtaksperiodeMedStandardbegrunnelser =
RestPutVedtaksperiodeMedStandardbegrunnelser(
standardbegrunnelser = utvidetVedtaksperiodeMedBegrunnelser.gyldigeBegrunnelser.filter(String::isNotEmpty),
standardbegrunnelser = utvidetVedtaksperiodeMedBegrunnelser.gyldigeBegrunnelser.filter(String::isNotEmpty).take(5),
),
)
if (skalBegrunneSmåbarnstillegg) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ Egenskap: Småbarnstillegg autovedtak

forvent disse behandlingene
| BehandlingId | FagsakId | ForrigeBehandlingId | Behandlingsresultat | Behandlingsårsak | Skal behandles automatisk | Behandlingskategori | Behandlingsstatus | Behandlingstype | Behandlingssteg | Underkategori |
| 3 | 1 | 2 | OPPHØRT | SMÅBARNSTILLEGG_ENDRING_FRAM_I_TID | Nei | NASJONAL | UTREDES | Revurdering | BEHANDLINGSRESULTAT | UTVIDET |
| 3 | 1 | 2 | OPPHØRT | SMÅBARNSTILLEGG_ENDRING_FRAM_I_TID | Nei | NASJONAL | UTREDES | Revurdering | BEHANDLINGSRESULTAT | ORDINÆR |

0 comments on commit d1dc8df

Please sign in to comment.