Fixed failing test

environments/review-front-deve-otr6gc/deployments/1920
Eliot Berriot 2019-06-24 16:12:43 +02:00
rodzic cbf9f74e49
commit 62939d6826
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -63,7 +63,7 @@ def test_domain_detail(factories, superuser_api_client):
def test_domain_create(superuser_api_client, mocker):
update_domain_nodeinfo = mocker.patch(
"funkwhale_api.federation.tasks.update_domain_nodeinfo"
"funkwhale_api.federation.tasks.update_domain_nodeinfo.delay"
)
url = reverse("api:v1:manage:federation:domains-list")
response = superuser_api_client.post(url, {"name": "test.federation"})