Skip to content

Commit

Permalink
No idea why I needed those in the first place
Browse files Browse the repository at this point in the history
  • Loading branch information
jaboehri committed Sep 5, 2024
1 parent 4816ffb commit 8d34c68
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,6 @@ public void testPostQuestionnaireAndCorrespondingQuestionnaireResponseInTransact
bundle.addEntry().setResource(questionnaireResponse).setFullUrl("urn:uuid:" + questionnaireResponse.getId())
.getRequest().setMethod(Bundle.HTTPVerb.POST).setUrl(ResourceType.QuestionnaireResponse.name());

BundleDao bundleDao = getSpringWebApplicationContext().getBean(BundleDao.class);
bundleDao.create(bundle);

assertNotNull(getWebserviceClient().postBundle(bundle));
}

Expand All @@ -191,9 +188,6 @@ public void testPostQuestionnaireAndCorrespondingQuestionnaireResponseInTransact
bundle.addEntry().setResource(questionnaire).setFullUrl("urn:uuid:" + questionnaire.getId()).getRequest()
.setMethod(Bundle.HTTPVerb.POST).setUrl(ResourceType.Questionnaire.name());

BundleDao bundleDao = getSpringWebApplicationContext().getBean(BundleDao.class);
bundleDao.create(bundle);

assertNotNull(getWebserviceClient().postBundle(bundle));
}
}

0 comments on commit 8d34c68

Please sign in to comment.