Browse Source

Fix build

pull/455/head
Simon Conseil 4 years ago
parent
commit
b31707a3d4
  1. 1
      tests/test_gallery.py

1
tests/test_gallery.py

@ -277,6 +277,7 @@ def test_medias_sort(settings):
def test_gallery(settings, tmp_path, caplog):
"Test the Gallery class."
caplog.set_level('ERROR')
settings['destination'] = str(tmp_path)
settings['user_css'] = str(tmp_path / 'my.css')
settings['webm_options'] = ['-missing-option', 'foobar']

Loading…
Cancel
Save