From 72fb82a1cfa84ba9442a58ac6e932951dc5fcbd4 Mon Sep 17 00:00:00 2001 From: Ben White Date: Tue, 19 Mar 2024 12:18:02 +0100 Subject: [PATCH] Fix tests --- posthog/api/test/test_preflight.py | 1 + 1 file changed, 1 insertion(+) diff --git a/posthog/api/test/test_preflight.py b/posthog/api/test/test_preflight.py index d5fec0c360ff7..8e23658e7886a 100644 --- a/posthog/api/test/test_preflight.py +++ b/posthog/api/test/test_preflight.py @@ -43,6 +43,7 @@ def preflight_dict(self, options={}): "email_service_available": False, "slack_service": {"available": False, "client_id": None}, "object_storage": False, + "request": {"ident": "127.0.0.1", "ip": "127.0.0.1"}, **options, }