Update test for CAS1.0 with username

This commit is contained in:
Valentin Samir 2016-04-30 10:22:10 +02:00
parent b0e8d0ee05
commit 3ebf041633
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ def test_validate_view_ok():
response = validate.get(request)
assert response.status_code == 200
assert response.content == b"yes\n"
assert response.content == b"yes\ntest\n"