tests: add missing encoding declaration to FC auth test

This commit is contained in:
Frédéric Péters 2017-09-03 15:28:41 +02:00
parent be0e1f50eb
commit d2d57a06ac
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ def test_fc_settings_no_user_profile():
}
pub.cfg = {}
pub.cfg = {'misc': {'charset': 'utf-8'}}
pub.user_class.wipe()
pub.write_cfg()
app = get_app(pub)