Skip to content

Commit

Permalink
fix id value in view report integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
pripley123 committed Jan 16, 2020
1 parent b4f535c commit 5749996
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public class Constant {
}

final class Reports {
static final def REPORTS_VARIABLE_TXT_ID = 'request-details-variable-text'
static final def REPORTS_VARIABLE_TXT_ID = 'request-details-variableDescriptions-text'
static final def REQUEST_CHRONOLOGY_ID_PREFIX = 'request-chronology-item-state-'
static final def REQUEST_CHRONOLOGY_DRAFT_STATE_NUMBER = '0'
static final def REQUEST_CHRONOLOGY_WIP_STATE_NUMBER = '1'
Expand Down

0 comments on commit 5749996

Please sign in to comment.