Skip to content

Commit

Permalink
Fatte vedtak utsett innkreving
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 committed Dec 11, 2024
1 parent 29664fb commit 41f604d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class VedtakControllerTest : KontrollerTestRunner() {
httpHeaderTestRestTemplate.exchange(
"${rootUriV2()}/behandling/fattevedtak/${behandling.id}",
HttpMethod.POST,
HttpEntity(""),
null,
Int::class.java,
)

Expand Down Expand Up @@ -153,7 +153,7 @@ class VedtakControllerTest : KontrollerTestRunner() {
httpHeaderTestRestTemplate.exchange(
"${rootUriV2()}/behandling/fattevedtak/${behandling.id}",
HttpMethod.POST,
HttpEntity(""),
null,
Int::class.java,
)

Expand Down Expand Up @@ -247,7 +247,7 @@ class VedtakControllerTest : KontrollerTestRunner() {
httpHeaderTestRestTemplate.exchange(
"${rootUriV2()}/behandling/fattevedtak/${behandling.id}",
HttpMethod.POST,
HttpEntity(""),
null,
BeregningValideringsfeil::class.java,
)

Expand Down Expand Up @@ -282,7 +282,7 @@ class VedtakControllerTest : KontrollerTestRunner() {
httpHeaderTestRestTemplate.exchange(
"${rootUriV2()}/behandling/fattevedtak/${behandling.id}",
HttpMethod.POST,
HttpEntity(""),
null,
BeregningValideringsfeil::class.java,
)

Expand Down

0 comments on commit 41f604d

Please sign in to comment.