def test_social_relay_responds(self, client): response = client.get(reverse("federate:social-relay")) assert response.status_code == 200