Skip to content

Commit

Permalink
Oppdater test name
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassonav committed Nov 27, 2024
1 parent fbf5e70 commit 7ff9b40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class BehandlingSakRoutesTest {
}

@Test
fun `Kan hente sak men sak er null og kaster da kastes exception IkkeFunnetException men logges `() {
fun `Kan hente sak men sak er null og kaster da exception IkkeFunnetException men logges `() {
val pensjonSaksbehandler = UUID.randomUUID().toString()
val conff = config(mockOAuth2Server.config.httpServer.port(), Issuer.AZURE.issuerName, pensjonSaksbehandler = pensjonSaksbehandler)
applicationConfig = HoconApplicationConfig(conff)
Expand Down

0 comments on commit 7ff9b40

Please sign in to comment.