Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
API-4256 Enable subject search ITs (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-is-it authored Jan 5, 2021
1 parent ea1ca92 commit fb2ecc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ private static Ids ids() {
.questionnaire("37953b72-961b-41ee-bd05-86c62bacc46b")
.questionnaireResponse("f003043a-9047-4c3a-b15b-a26c67f4e723")
.questionnaireResponseAuthor("1011537977V693883")
.questionnaireResponseSubject("1017283180V801730")
.questionnaireResponseSubject("1011537977V693883")
.questionnaireResponseGenerated("qr-generated")
.build();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ void search_id() {

@Test
void search_subject() {
assumeEnvironmentIn(Environment.LOCAL);
// Environment.QA
// Environment.STAGING,
// Environment.STAGING_LAB,
assumeEnvironmentIn(Environment.LOCAL,
Environment.QA,
Environment.STAGING,
Environment.STAGING_LAB);
// Environment.LAB);
String subject = systemDefinition().ids().questionnaireResponseSubject();
String query = String.format("?subject=%s", subject);
Expand Down

0 comments on commit fb2ecc8

Please sign in to comment.