We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4255d5 commit 1eb6cdeCopy full SHA for 1eb6cde
tests/integration/test_data_row_metadata.py
@@ -96,8 +96,6 @@ def test_get_datarow_metadata_ontology(mdo):
96
97
98
def test_bulk_upsert_datarow_metadata(datarow, mdo: DataRowMetadataOntology):
99
- print(f"Datarow: {datarow}")
100
- print(f"media attr: {datarow.media_attributes}")
101
metadata = make_metadata(datarow.uid)
102
mdo.bulk_upsert([metadata])
103
exported = mdo.bulk_export([datarow.uid])
0 commit comments