Skip to content

Commit

Permalink
updated empty or misformatted invalid url in inserts that caused vali…
Browse files Browse the repository at this point in the history
…dation failures
  • Loading branch information
aschroed committed Aug 16, 2023
1 parent a906c19 commit 624933a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/encoded/tests/data/inserts/individual_fly.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"sex": "male",
"status": "in review by lab",
"submitted_by": "wrangler@wrangler.com",
"url": "",
"url": "https://www.example.com",
"uuid": "2dfe2618-368f-45a0-9aa9-a5277f1a56b8"
}
]
4 changes: 2 additions & 2 deletions src/encoded/tests/data/inserts/individual_mouse.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"sex": "male",
"status": "in review by lab",
"submitted_by": "wrangler@wrangler.com",
"url": "",
"url": "https://www.example.com",
"uuid": "3cfe2618-368f-45a0-9aa9-a5277f1a56a9"
},
{
Expand All @@ -25,7 +25,7 @@
"sex": "male",
"status": "in review by lab",
"submitted_by": "wrangler@wrangler.com",
"url": "",
"url": "https://www.example.com",
"uuid": "d71711e9-d699-4586-91bd-8aff50cd1e77"
}
]
2 changes: 1 addition & 1 deletion src/encoded/tests/data/inserts/individual_primate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"sex": "male",
"status": "in review by lab",
"submitted_by": "wrangler@wrangler.com",
"url": "",
"url": "https://www.example.com",
"uuid": "3cfe1236-368f-45a0-9ff9-a5277f1a56a9"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
}
],
"overall_quality_status": "PASS",
"url": "someurl"
"url": "https://www.example.com"
}]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"uuid": "e6238bd1-7236-40b9-b2f3-80ca73e500e9",
"award": "1U01CA200059-01",
"lab": "4dn-dcic-lab",
"url": "someurl",
"url": "https://www.example.com",
"Max CPU utilization": 99.8,
"overall_quality_status": "PASS"
}
Expand Down
2 changes: 1 addition & 1 deletion src/encoded/tests/data/master-inserts/ontology.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{
"uuid": "530026bc-8535-4448-903e-854af460b254",
"ontology_name": "Ontology for Biomedical Investigations",
"ontology_url": "obi-ontology.org",
"ontology_url": "https://obi-ontology.org/",
"download_url": "http://purl.obolibrary.org/obo/obi.owl",
"namespace_url": "http://purl.obolibrary.org/obo/",
"ontology_prefix": "OBI",
Expand Down

0 comments on commit 624933a

Please sign in to comment.