Skip to content

Commit 43b6009

Browse files
committed
Added integration test
1 parent 5e7de09 commit 43b6009

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/integration/test_ontology.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
import json
66
import time
77

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
812

913
def test_delete_tool_feature_from_ontology(client, ontology):
1014
feature_schema_to_delete = ontology.normalized['tools'][0]

0 commit comments

Comments
 (0)