Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions tests/integration/test_ontology.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,6 @@ def test_cant_delete_an_ontology_with_project(client):
client.delete_unused_feature_schema(feature_schema_id)


def test_cant_delete_an_ontology_that_doesnt_exist(client):
with pytest.raises(
Exception,
match=
"Failed to delete the ontology, message: Failed to find ontology by id: doesntexist"
):
client.delete_unused_ontology("doesntexist")


def test_inserts_a_feature_schema_at_given_position(client):
tool1 = {'tool': 'polygon', 'name': 'tool1', 'color': 'blue'}
tool2 = {'tool': 'polygon', 'name': 'tool2', 'color': 'blue'}
Expand Down