Skip to content

Commit

Permalink
r - Retter opp environment fra q1 til test
Browse files Browse the repository at this point in the history
Co-authored-by: [email protected]
  • Loading branch information
MariamPervez committed May 31, 2024
1 parent 9a3f78b commit 0293774
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class PensjonsinformasjonService(private val pensjonsinformasjonClient: Pensjons
logger.debug("Starter [vedtak] Preutfylling Utfylling Data")
logger.debug("vedtakId: $vedtakId")

val pensjonsinformasjon = if( environment == "q1") {
val pensjonsinformasjon = if( environment == "test") {
logger.debug("Henter ikke vedtak i q1")
return Pensjonsinformasjon()
} else {
Expand Down

0 comments on commit 0293774

Please sign in to comment.