Skip to content

Commit

Permalink
Merge pull request #378 from alxdarksage/remove-sig-block
Browse files Browse the repository at this point in the history
Adjust test now that signature block is being added.
  • Loading branch information
alxdarksage committed Aug 23, 2019
2 parents 735b7d1 + 51605af commit 0774d53
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -94,7 +94,7 @@ public void addAndActivateConsent() throws Exception {

StudyConsent current = studyConsentsApi.getConsent(subpopGuid, studyConsents.getItems().get(0).getCreatedOn())
.execute().body();
assertEquals(consent.getDocumentContent(), current.getDocumentContent());
assertTrue(current.getDocumentContent().contains("<p>Test content</p>"));
assertNotNull(current.getCreatedOn());

studyConsentsApi.publishConsent(subpopGuid, current.getCreatedOn()).execute();
Expand Down

0 comments on commit 0774d53

Please sign in to comment.