Skip to content

Commit 4f1be4f

Browse files
committed
Update api_test.py
1 parent 34a0f76 commit 4f1be4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def anyio_backend():
3131
@pytest.fixture(scope="session")
3232
async def api():
3333
"""Фикстура для инициализации API в рамках сессии."""
34-
async with ChizhikAPI(headless=False, test_mode=True) as api_instance:
34+
async with ChizhikAPI(headless=True, test_mode=True) as api_instance:
3535
yield api_instance
3636

3737

0 commit comments

Comments
 (0)