Skip to content

Commit ecd197a

Browse files
andehenclaude
andauthored
fix(compliance): declare capabilities in health endpoint (#501)
feat(compliance): declare capabilities in health endpoint The test harness reads capabilities from /health to determine which test suites to run. Without this field, all suites are skipped, resulting in 0/0 tests. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b29635a commit ecd197a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sdk_compliance_adapter/adapter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ def health():
196196
"sdk_name": "posthog-python",
197197
"sdk_version": VERSION,
198198
"adapter_version": "1.0.0",
199+
"capabilities": ["capture_v0", "encoding_gzip"],
199200
}
200201
)
201202

0 commit comments

Comments
 (0)