Skip to content
Snippets Groups Projects
Verified Commit 6749b728 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed broken pipeline

parent 2b1f6daf
No related branches found
No related tags found
No related merge requests found
......@@ -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>"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment