Skip to content

Commit

Permalink
changes to support self test validation (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckote authored Sep 8, 2023
1 parent d45e9eb commit 5ea3edc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configuration/ampathforms/HTS_Initial.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@
},
"id": "selfTestResults",
"hide": {
"hideWhenExpression": "isEmpty(willingToShareResults) || willingToShareResults !== '1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
"hideWhenExpression": "isEmpty(willingToShareResults) || willingToShareResults !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
}
},
{
Expand All @@ -594,7 +594,7 @@
}
],
"hide": {
"hideWhenExpression": "isEmpty(willingToShareResults) || willingToShareResults !== '1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
"hideWhenExpression": "isEmpty(willingToShareResults) || willingToShareResults !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions configuration/ampathforms/HTS_Retest.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@
},
"id": "selfTestResults",
"hide": {
"hideWhenExpression": "isEmpty(willingToShareResults) || willingToShareResults != '1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
"hideWhenExpression": "isEmpty(willingToShareResults) || willingToShareResults !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
}
},
{
Expand All @@ -594,7 +594,7 @@
}
],
"hide": {
"hideWhenExpression": "isEmpty(willingToShareResults) || willingToShareResults != '1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
"hideWhenExpression": "isEmpty(willingToShareResults) || willingToShareResults !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
}
}
]
Expand Down

0 comments on commit 5ea3edc

Please sign in to comment.