mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-23 14:29:01 +00:00
Fix broken test in validator
This commit is contained in:
parent
ebcdd0d917
commit
e4c58af006
@ -291,7 +291,7 @@ public class ResourceValidatorDstu3Test {
|
||||
String input = "{\n" +
|
||||
" \"resourceType\": \"Questionnaire\",\n" +
|
||||
" \"url\": \"http://some.example.url\",\n" +
|
||||
" \"status\": \"published\",\n" +
|
||||
" \"status\": \"active\",\n" +
|
||||
" \"subjectType\": [\n" +
|
||||
" \"Patient\"\n" +
|
||||
" ],\n" +
|
||||
|
Loading…
x
Reference in New Issue
Block a user