Skip to content

Commit

Permalink
IS-2581: Teste ut cronjob for tre kontor
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-waagboe committed Aug 9, 2024
1 parent ee1baed commit f46217a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class VerifyBehandlereForKontorCronjob(
val verifyResult = DialogmeldingCronjobResult()

val behandlerKontorListe = behandlerService.getKontor().filter {
it.herId != null && it.dialogmeldingEnabled != null && (it.herId == "1841" || it.herId == "50031" || it.herId == "2543")
it.herId != null && it.dialogmeldingEnabled != null && (it.herId == "1841" || it.herId == "50031" || it.herId == "2543" || it.herId == "175469")
}
behandlerKontorListe.forEach { behandlerKontor ->
try {
Expand Down
8 changes: 4 additions & 4 deletions src/test/kotlin/no/nav/syfo/testhelper/UserConstants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ object UserConstants {
const val HPRID_UNKNOWN = 1339
const val OTHER_HERID = 604
const val OTHER_HPRID = 804
const val HERID_UTEN_PARTNERINFO = 504
const val HERID_MED_FLERE_PARTNERINFO = 704
const val HERID_NOT_ACTIVE = 80434
const val HERID_KONTOR_OK = 80433
const val HERID_UTEN_PARTNERINFO = 2543
const val HERID_MED_FLERE_PARTNERINFO = 50031
const val HERID_NOT_ACTIVE = 175469
const val HERID_KONTOR_OK = 1841

const val VEILEDER_IDENT = "Z999999"

Expand Down

0 comments on commit f46217a

Please sign in to comment.