()
| 144 | |
| 145 | @pytest.fixture |
| 146 | def paid_media_photo(): |
| 147 | return PaidMediaPhoto( |
| 148 | photo=TestPaidMediaPhotoWithoutRequest.photo, |
| 149 | ) |
| 150 | |
| 151 | |
| 152 | class TestPaidMediaPhotoWithoutRequest(PaidMediaTestBase): |
nothing calls this directly
no test coverage detected
searching dependent graphs…