Skip to content

Commit

Permalink
Merge branch 'master' into unleash-next
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/deploy-unleash-api-token-preprod.yaml
#	.github/workflows/deploy-unleash-api-token-prod.yaml
  • Loading branch information
throndi committed Sep 13, 2023
1 parent 3ffa54c commit f49f63e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import java.time.temporal.ChronoUnit
"no.nav.familie.prosessering",
"no.nav.familie.sikkerhet",
"no.nav.familie.ef.mottak",
"no.nav.familie.unleash"
)
@ConfigurationPropertiesScan
@EnableOAuth2Client(cacheEnabled = true)
Expand Down
1 change: 0 additions & 1 deletion src/test/kotlin/ApplicationLocal.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ fun main(args: Array<String>) {
"mock-dokument",
"mock-ef-sak",
"mock-pdf",
"no.nav.familie.unleash",
)
.run(*args)
}

0 comments on commit f49f63e

Please sign in to comment.