()
| 32 | |
| 33 | |
| 34 | def 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 | |
| 42 | def test_openapi_schema(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…