Fixed test_webui only failing in nix_sandbox
This commit is contained in:
@@ -9,6 +9,6 @@ from clan_cli.webui.app import app
|
||||
# TODO: Why stateful
|
||||
@pytest.fixture(scope="session")
|
||||
def api() -> TestClient:
|
||||
logging.getLogger("httpx").setLevel(level=logging.WARNING)
|
||||
# logging.getLogger("httpx").setLevel(level=logging.WARNING)
|
||||
logging.getLogger("asyncio").setLevel(logging.INFO)
|
||||
return TestClient(app)
|
||||
|
||||
Reference in New Issue
Block a user