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 8727393 commit 8a20cb6Copy full SHA for 8a20cb6
tests/integration/test_ontology.py
@@ -8,6 +8,7 @@
8
9
def test_delete_tool_feature_from_ontology(client, ontology):
10
feature_schema_to_delete = ontology.normalized['tools'][0]
11
+ assert len(ontology.normalized['tools']) == 2
12
result = client.delete_feature_schema_from_ontology(
13
ontology.uid, feature_schema_to_delete['featureSchemaId'])
14
assert result['deleted'] == True
0 commit comments