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

Removed duplicated test

parent 74115ccb
Branches
No related tags found
No related merge requests found
......@@ -89,18 +89,6 @@ def test_term_count_contains_taxonomy_term_name(questions_category):
assert origins['name'] == name
@pytest.mark.django_db
def test_term_count_contains_taxonomy_term_name(questions_category):
origin1 = create_item(body="What was the caused of ebola outbreak in liberia?").data
origins = add_term(taxonomy=questions_category['slug'], name="Test Origins").data
categorize_item(origin1, origins)
terms = get_term_count(questions_category).data
[name] = [term['name'] for term in terms]
assert origins['name'] == name
@pytest.mark.django_db
def test_term_count_contains_taxonomy_term_long_name(questions_category):
origin1 = create_item(body="What was the caused of ebola outbreak in liberia?").data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment