()
| 290 | |
| 291 | @pytest.fixture |
| 292 | def paid_media_preview(): |
| 293 | return PaidMediaPreview( |
| 294 | width=TestPaidMediaPreviewWithoutRequest.width, |
| 295 | height=TestPaidMediaPreviewWithoutRequest.height, |
| 296 | duration=TestPaidMediaPreviewWithoutRequest.duration, |
| 297 | ) |
| 298 | |
| 299 | |
| 300 | class TestPaidMediaPreviewWithoutRequest(PaidMediaTestBase): |
nothing calls this directly
no test coverage detected
searching dependent graphs…