You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: common/infrastructure/src/main/kotlin/no/nav/su/se/bakover/common/infrastructure/config/ApplicationConfig.kt
+22-3
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,6 @@ data class ApplicationConfig(
211
211
valoppgaveConfig:OppgaveConfig,
212
212
valpdlConfig:PdlConfig,
213
213
valpdfgenUrl:String,
214
-
valkodeverkUrl:String,
215
214
valstsUrl:String,
216
215
valstsSamlUrl:String,
217
216
valskjermingUrl:String,
@@ -221,13 +220,13 @@ data class ApplicationConfig(
Copy file name to clipboardexpand all lines: common/infrastructure/src/test/kotlin/no/nav/su/se/bakover/common/infrastructure/config/ApplicationConfigTest.kt
0 commit comments