Fixed broken pipeline

This commit is contained in:
Eliot Berriot 2019-05-10 09:32:06 +02:00
parent 2b1f6dafa9
commit 6749b72884
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 1 additions and 0 deletions

View File

@ -390,6 +390,7 @@ def stdout():
@pytest.fixture
def spa_html(r_mock, settings):
settings.FUNKWHALE_SPA_HTML_ROOT = "http://noop/"
yield r_mock.get(
settings.FUNKWHALE_SPA_HTML_ROOT + "index.html", text="<head></head>"
)