Skip to content
Snippets Groups Projects
Commit bd8ca7c1 authored by Martin Burchell's avatar Martin Burchell
Browse files

Renamed test method to be more approriate

parent 6de5bbd7
Branches
No related tags found
No related merge requests found
......@@ -26,9 +26,8 @@ def get_term_count(taxonomy):
return response
@pytest.mark.django_db
def test_term_count_returns_dict_keyed_on_short_name():
def test_term_count_only_contains_terms_in_taxonomy():
origin1 = create_item(body="What was the caused of ebola outbreak in liberia?").data
origin2 = create_item(body="Is Ebola a man made sickness").data
origin3 = create_item(body="What brought about ebola in liberia").data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment