MCPcopy Index your code
hub / github.com/fastapi/fastapi / test_dummy_webhook

Function test_dummy_webhook

tests/test_webhooks_security.py:34–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33
34def test_dummy_webhook():
35 # Just for coverage
36 new_subscription(
37 body=Subscription(username="rick", monthly_fee=9.99, start_date=datetime.now()),
38 token="Bearer 123",
39 )
40
41
42def test_openapi_schema():

Callers

nothing calls this directly

Calls 2

new_subscriptionFunction · 0.70
SubscriptionClass · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…