Skip to content

Commit

Permalink
EA-196: Add "org.openmrs.module.emrapi:Consult Free Text Comments" to…
Browse files Browse the repository at this point in the history
… EMR API properties
  • Loading branch information
mogoodrich committed Jul 15, 2024
1 parent b8ae680 commit ae76c84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void shouldGetAsJson() throws Exception {
@Test
public void shouldGetDefaultRepresentation() {
SimpleObject config = emrApiConfigurationController.getEmrApiConfiguration(request, response);
assertEquals(46, config.keySet().size());
assertEquals(47, config.keySet().size());
assertEquals("org.openmrs.module.emrapi", config.get("metadataSourceName"));
assertEquals("50", config.get("lastViewedPatientSizeLimit").toString());
Map<String, Object> unknownLocation = mapNode(config, "unknownLocation");
Expand Down

0 comments on commit ae76c84

Please sign in to comment.