Skip to content

Commit c543a00

Browse files
committed
Test was broken before
1 parent 4cf642b commit c543a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/encoded/tests/test_schema_library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def test_library_biosample_and_mixed_biosample(testapp, library, biosample_1, bi
144144
testapp.post_json('/library', library, status=201)
145145
library.update({'mixed_biosamples': [biosample_1['@id'], biosample_2['@id']]})
146146
testapp.post_json('/library', library, status=201)
147-
library.update({'biosample': biosample_2})
147+
library.update({'biosample': biosample_2['@id']})
148148
testapp.post_json('/library', library, status=422)
149149

150150

0 commit comments

Comments
 (0)