()
| 268 | |
| 269 | @pytest.fixture(scope="module") |
| 270 | def chat_boost(): |
| 271 | return ChatBoost( |
| 272 | boost_id=ChatBoostDefaults.boost_id, |
| 273 | add_date=ChatBoostDefaults.date, |
| 274 | expiration_date=ChatBoostDefaults.date, |
| 275 | source=ChatBoostDefaults.default_source, |
| 276 | ) |
| 277 | |
| 278 | |
| 279 | class TestChatBoostWithoutRequest(ChatBoostDefaults): |
nothing calls this directly
no test coverage detected
searching dependent graphs…