File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
scala/hmda/validation/rules/ts/syntactical Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 10
10
timeout = 5
11
11
}
12
12
persistent-actor-timeout = 60
13
+ edits.demoMode = false
14
+ edits.demoMode = ${?EDITS_DEMO_MODE}
13
15
}
14
16
15
17
hmda.validation.quality {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class S025 private (institution: Institution) extends EditCheck[HasControlNumber
20
20
21
21
def apply (input : HasControlNumber ): Result = compare(input.respondentId, input.agencyCode)
22
22
23
- val demoMode = ConfigFactory .load().getBoolean(" hmda.isDemo " )
23
+ val demoMode = ConfigFactory .load().getBoolean(" hmda.edits.demoMode " )
24
24
25
25
private def compare (filingRespId : String , filingAgencyCode : Int ): Result = {
26
26
// in demo mode, always return Success. Otherwise, run the usual check.
You can’t perform that action at this time.
0 commit comments