Fix broken test in validator

This commit is contained in:
James Agnew 2018-01-30 13:55:20 -06:00
parent ebcdd0d917
commit e4c58af006
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ public class ResourceValidatorDstu3Test {
String input = "{\n" + String input = "{\n" +
" \"resourceType\": \"Questionnaire\",\n" + " \"resourceType\": \"Questionnaire\",\n" +
" \"url\": \"http://some.example.url\",\n" + " \"url\": \"http://some.example.url\",\n" +
" \"status\": \"published\",\n" + " \"status\": \"active\",\n" +
" \"subjectType\": [\n" + " \"subjectType\": [\n" +
" \"Patient\"\n" + " \"Patient\"\n" +
" ],\n" + " ],\n" +