Skip to content

Commit

Permalink
Not testing what is expected
Browse files Browse the repository at this point in the history
  • Loading branch information
keenangraham committed Feb 4, 2022
1 parent 51226df commit a804ae4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/encoded/tests/test_schema_antibody_characterization.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ def test_no_attachment(testapp, antibody_characterization):
def test_antibody_characterization_exemption_no_explanation(testapp,
antibody_characterization,
document,
wrangler,
k562):
antibody_characterization['characterization_reviews'] = [{"organism": "human", "lane": 2,
"biosample_ontology": k562['uuid'],
"lane_status":
"exempt from standards"}]
antibody_characterization['documents'] = [document['@id']]
antibody_characterization['reviewed_by'] = '81a6cc12-2847-4e2e-8f2c-f566699eb29e'
antibody_characterization['reviewed_by'] = wrangler['@id']
testapp.post_json('/antibody_characterization', antibody_characterization, status=422)

0 comments on commit a804ae4

Please sign in to comment.