Fixed broken pipeline
This commit is contained in:
parent
2b1f6dafa9
commit
6749b72884
|
@ -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>"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue