Skip to content

Commit 580bc2a

Browse files
Update onprc_ehr/test/src/org/labkey/test/tests/onprc_ehr/AbstractGenericONPRC_EHRTest.java
Co-authored-by: Trey Chadick <tchad@labkey.com>
1 parent f91febb commit 580bc2a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

onprc_ehr/test/src/org/labkey/test/tests/onprc_ehr/AbstractGenericONPRC_EHRTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ protected void setEHRModuleProperties(ModulePropertyValue... extraProps)
9898
super._containerHelper.enableModule("ONPRC_BillingPublic");
9999
super._containerHelper.enableModule("SLA");
100100
goToEHRFolder();
101-
super._containerHelper.enableModule("ONPRC_Billing");
102-
super._containerHelper.enableModule("ONPRC_BillingPublic");
103-
super._containerHelper.enableModule("SLA");
101+
super._containerHelper.enableModules(List.of("ONPRC_Billing", "ONPRC_BillingPublic", "SLA"));
104102
super.setEHRModuleProperties(
105103
new ModulePropertyValue("ONPRC_Billing", "/" + getProjectName(), "BillingContainer", "/" + getContainerPath()),
106104
new ModulePropertyValue("ONPRC_Billing", "/" + getProjectName(), "BillingContainer_Public", "/" + getContainerPath()),

0 commit comments

Comments
 (0)