mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
Bundle transmission
This commit is contained in:
parent
88bd4abf0c
commit
4a1d7383b0
@ -1042,6 +1042,8 @@ public class RestHookTestR4Test extends BaseSubscriptionsR4Test {
|
||||
|
||||
Bundle xact = ourTransactions.get(0);
|
||||
assertEquals(2, xact.getEntry().size());
|
||||
|
||||
ourLog.info(myFhirCtx.newJsonParser().setPrettyPrint(true).encodeResourceToString(ourTransactions.get(0)));
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user