Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AudunSorheim committed Dec 15, 2023
1 parent 9d6e38c commit 668db58
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/main/kotlin/no/nav/syfo/kontaktinfo/Kontaktinfo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ data class Kontaktinfo(
val epost: String? = null,
val tlf: String? = null,
val skalHaVarsel: Boolean,
)
)
1 change: 0 additions & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ no.nav.security.jwt:
tokenx:
discoveryurl: ${TOKEN_X_WELL_KNOWN_URL}
accepted_audience: ${TOKEN_X_CLIENT_ID}

Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ class BrukerTilgangControllerTest : FunSpec({
val response = controller.accessToAnsatt(validFnr)
response.tilgang shouldBe true
}
})
})
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ class KontaktinfoControllerTest : FunSpec({
controllerResponse.statusCode shouldBe HttpStatus.OK
controllerResponse.body shouldBe krrResponse.toKontaktinfo(validFnr)
}
})
})
2 changes: 1 addition & 1 deletion src/test/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ azure.app.client.secret: 'client.secret'
security.token.service.rest.url: "http://security-token-service.url"

krr.url: "http://dkif.url"
krr.scope: "dkif.scope"
krr.scope: "dkif.scope"

0 comments on commit 668db58

Please sign in to comment.