mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 22:48:27 +02:00
Fixed broken pipeline
This commit is contained in:
parent
2b1f6dafa9
commit
6749b72884
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue