Skip to content

Commit

Permalink
remove normalize_unmerged
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Nov 7, 2023
1 parent 6e76073 commit fb6bf9b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/unit/test_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,3 @@ def test_normalize(api_client):
response = api_client.get("/disease/normalize?q=neuroblastoma")
assert response.status_code == 200
assert response.json()["normalized_id"] == "ncit:C3270"


def test_normalize_unmerged(api_client):
"""Test /normalize_unmerged endpoint."""
response = api_client.get("/disease/normalize_unmerged?q=neuroblastoma")
assert response.status_code == 200
assert response.json()["normalized_concept_id"] == "ncit:C3270"

0 comments on commit fb6bf9b

Please sign in to comment.