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 e77ee00 commit 8727393Copy full SHA for 8727393
tests/integration/test_ontology.py
@@ -12,6 +12,8 @@ def test_delete_tool_feature_from_ontology(client, ontology):
12
ontology.uid, feature_schema_to_delete['featureSchemaId'])
13
assert result['deleted'] == True
14
assert result['archived'] == False
15
+ updatedOntology = client.get_ontology(ontology.uid)
16
+ assert len(updatedOntology.normalized['tools']) == 1
17
18
19
@pytest.mark.skip(reason="normalized ontology contains Relationship, "
0 commit comments