Fixed broken pipeline

environments/review-front-revi-ncqkze/deployments/1738
Eliot Berriot 2019-05-10 09:32:06 +02:00
rodzic 2b1f6dafa9
commit 6749b72884
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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>"
)