One more test fix

This commit is contained in:
James 2017-09-16 19:48:01 -04:00
parent 78929752af
commit 9eb2848aca
1 changed files with 1 additions and 1 deletions

View File

@ -140,10 +140,10 @@ public class RestHookTestWithInterceptorRegisteredToDaoConfigDstu3Test extends B
ourClient.delete().resourceById(new IdDt("Subscription", subscription2.getId())).execute();
Thread.sleep(500);
Observation observationTemp3 = sendObservation(code, "SNOMED-CT");
// Should see only one subscription notification
Thread.sleep(500);
waitForSize(0, ourCreatedObservations);
waitForSize(4, ourUpdatedObservations);