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 5e7de09 commit 43b6009Copy full SHA for 43b6009
tests/integration/test_ontology.py
@@ -5,6 +5,10 @@
5
import json
6
import time
7
8
+def test_unarchive_feature_schema_node(client, ontology):
9
+ feature_schema_to_unarchive = ontology.normalized['tools'][0]
10
+ result = client.unarchive_feature_schema_node(ontology.uid, feature_schema_to_unarchive['featureSchemaId'])
11
+ assert result == True
12
13
def test_delete_tool_feature_from_ontology(client, ontology):
14
feature_schema_to_delete = ontology.normalized['tools'][0]
0 commit comments