Fix expected message
This commit is contained in:
parent
5f3bbd7d2c
commit
59cf44c606
|
@ -76,7 +76,7 @@ public class MdmRuleValidatorTest extends BaseR4Test {
|
|||
try {
|
||||
setMdmRuleJson("bad-rules-bad-fhirpath.json");
|
||||
fail(); } catch (ConfigurationException e) {
|
||||
assertThat(e.getMessage()).startsWith(Msg.code(1518) + "MatchField [given-name] resourceType [Patient] has failed FHIRPath evaluation. Error in ?? at 1, 1: The name blurst is not a valid function name");
|
||||
assertThat(e.getMessage()).startsWith(Msg.code(1518) + "MatchField [given-name] resourceType [Patient] has failed FHIRPath evaluation. Error @1, 1: The name blurst is not a valid function name");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue