()
| 190 | |
| 191 | @pytest.fixture |
| 192 | def paid_media_video(): |
| 193 | return PaidMediaVideo( |
| 194 | video=TestPaidMediaVideoWithoutRequest.video, |
| 195 | ) |
| 196 | |
| 197 | |
| 198 | class TestPaidMediaVideoWithoutRequest(PaidMediaTestBase): |
nothing calls this directly
no test coverage detected
searching dependent graphs…