Skip to content

Commit

Permalink
Update altinn/src/test/kotlin/no/nav/helsearbeidsgiver/inntektsmeldin…
Browse files Browse the repository at this point in the history
…g/altinn/AltinnAppTest.kt

Co-authored-by: Mikael Bjerga <[email protected]>
  • Loading branch information
mettok and bjerga authored Jul 19, 2024
1 parent 8da5eb0 commit bec5d84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class AltinnAppTest :
server.shutdown()
}

test("tester at Altinn client og maskinporten kaller riktig endepunkt og sender riktig data") {
test("tester at Altinn client og maskinporten kaller riktig endepunkt og sender riktig data") {
mockkObject(RapidApplication)
every { RapidApplication.create(any()) } returns testRapid

Expand Down

0 comments on commit bec5d84

Please sign in to comment.