We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a0f76 commit 4f1be4fCopy full SHA for 4f1be4f
1 file changed
tests/api_test.py
@@ -31,7 +31,7 @@ def anyio_backend():
31
@pytest.fixture(scope="session")
32
async def api():
33
"""Фикстура для инициализации API в рамках сессии."""
34
- async with ChizhikAPI(headless=False, test_mode=True) as api_instance:
+ async with ChizhikAPI(headless=True, test_mode=True) as api_instance:
35
yield api_instance
36
37
0 commit comments