- clean target erases the *.pot
- don't modify the resurt of url_for() calls - don't translate the language description
This commit is contained in:
@@ -153,5 +153,5 @@ async def test_language_de(client):
|
||||
async def test_language_unknown(client):
|
||||
"""Test the language/en route."""
|
||||
response = await client.get('/language/unknonw')
|
||||
assert response.status_code == 400
|
||||
assert response.status_code == 404
|
||||
assert response.mimetype == 'text/html'
|
||||
|
||||
Reference in New Issue
Block a user