tests: PEP8 (#30218)

This commit is contained in:
Benjamin Dauvergne 2019-01-30 12:09:12 +01:00
parent ef797f5d1a
commit 5422efa4b6
1 changed files with 2 additions and 2 deletions

View File

@ -13,10 +13,10 @@ except ImportError:
from fargo.fargo.models import UserDocument
pytestmark = pytest.mark.django_db
from test_manager import login
pytestmark = pytest.mark.django_db
def test_unlogged(app):
assert urlparse.urlparse(app.get('/', status=302).location).path == '/login/'