tests: fix check of hobo theme directory

This commit is contained in:
Frédéric Péters 2017-09-06 14:20:00 +02:00
parent 22a8be9acf
commit 1cda7e65c1
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ def test_update_themes():
assert not os.path.lexists(os.path.join(pub.app_dir, 'static'))
assert not os.path.lexists(os.path.join(pub.app_dir, 'templates'))
assert os.readlink(os.path.join(pub.app_dir, 'theme')) == \
os.path.join(hobo_cmd.THEMES_DIRECTORY, 'foobar2')
os.path.join(hobo_cmd.THEMES_DIRECTORY, 'foobar')
def test_update_profile():
profile = HOBO_JSON.get('profile')