tests: use fake_themes fixture to be determinist (#41306)

This commit is contained in:
Nicolas Roche 2020-04-03 12:17:21 +02:00
parent 9cb671d3ee
commit 38fdd5a09b
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ def test_theme_view_empty(app, admin_user, settings):
assert 'Theme' in resp.text
def test_theme_option_view(app, admin_user):
def test_theme_option_view(app, admin_user, fake_themes):
app = login(app)
resp = app.get('/theme').follow()
resp = resp.click('Options')