Skip to content

Commit

Permalink
Must linkTo a string
Browse files Browse the repository at this point in the history
  • Loading branch information
keenangraham committed Feb 4, 2022
1 parent 0c1a7bc commit 51226df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encoded/tests/test_schema_antibody_characterization.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ def test_antibody_characterization_exemption_no_explanation(testapp,
"biosample_ontology": k562['uuid'],
"lane_status":
"exempt from standards"}]
antibody_characterization['documents'] = [document]
antibody_characterization['documents'] = [document['@id']]
antibody_characterization['reviewed_by'] = '81a6cc12-2847-4e2e-8f2c-f566699eb29e'
testapp.post_json('/antibody_characterization', antibody_characterization, status=422)

0 comments on commit 51226df

Please sign in to comment.