def test_receive_public_responds(self, client): response = client.post(reverse("federate:receive-public"), {"xml": "foo"}) assert response.status_code == 202