Fix test
This commit is contained in:
parent
675d7981bf
commit
932bb2ed8e
|
@ -1872,7 +1872,7 @@ public class JsonParserDstu3Test {
|
|||
|
||||
String val = ourCtx.newJsonParser().encodeResourceToString(patient);
|
||||
|
||||
String expected = "{\"resourceType\":\"Binary\",\"id\":\"11\",\"contentType\":\"foo\",\"content\":\"AQIDBA==\"}";
|
||||
String expected = "{\"resourceType\":\"Binary\",\"id\":\"11\",\"meta\":{\"versionId\":\"22\"},\"contentType\":\"foo\",\"content\":\"AQIDBA==\"}";
|
||||
ourLog.info("Expected: {}", expected);
|
||||
ourLog.info("Actual : {}", val);
|
||||
assertEquals(expected, val);
|
||||
|
|
Loading…
Reference in New Issue