Remove example personalisation from template page

This was of dubious value, and the syntax probably isn’t accurate for
all languages.
This commit is contained in:
Chris Hill-Scott
2016-08-10 10:09:04 +01:00
parent 44a0845882
commit 7010e35256
3 changed files with 2 additions and 11 deletions

View File

@@ -251,7 +251,7 @@ def test_api_info_page(
follow_redirects=True
)
assert response.status_code == 200
assert 'API integration' in response.get_data(as_text=True)
assert 'API info' in response.get_data(as_text=True)
def test_download_example_csv(