Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Mar 19, 2024
1 parent ac96e06 commit 72fb82a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions posthog/api/test/test_preflight.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit 72fb82a

Please sign in to comment.