Skip to content

Commit

Permalink
Renamed paratoo protocol type to EMSA (fixed test data) #2926
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Aug 8, 2023
1 parent 850e485 commit 5da2c20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/integration-test/resources/data_common/insertData.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,22 +200,22 @@ function loadActivityForms() {
// Insert protocol forms into activityForm collection
var forms = [{
"name": "Protocol 1",
"type":"Protocol",
"type":"EMSA",
"category":"Category 1",
"externalId": NumberInt(1),
"formVersion": NumberInt(1),
"publicationStatus":"published"
}, {
"name": "Protocol 2",
"type":"Protocol",
"type":"EMSA",
"category":"Category 2",
"externalId": NumberInt(2),

"formVersion": NumberInt(1),
"publicationStatus":"published"
}, {
"name": "Protocol 3",
"type":"Protocol",
"type":"EMSA",
"category":"Category 3",
"externalId": NumberInt(3),
"formVersion": NumberInt(1),
Expand Down

0 comments on commit 5da2c20

Please sign in to comment.