#!/usr/bin/env python3 """ Test: webhook_credentials Phase 8: Production Hardening """ from test_phase8_integrations import test_webhook_credentials if __name__ == "__main__": test_webhook_credentials()