Trying to fix attach entity #44

Merged
merge-bot merged 8 commits from Qubasa-main into main 2024-01-08 19:57:51 +00:00
Showing only changes of commit f5b7c38451 - Show all commits

View File

@@ -9,10 +9,10 @@ import pytest
import uvicorn
from fastapi.testclient import TestClient
from openapi_client import ApiClient, Configuration
from ports import PortFunction
from clan_cli.webui.app import app
from ports import PortFunction
@pytest.fixture(scope="session")
def test_client() -> TestClient: