server: fixes tests

This commit is contained in:
2023-08-18 10:23:15 +02:00
parent f26b6d4621
commit 5c9adb2664

View File

@@ -12,7 +12,6 @@ from unittest.mock import patch
import pytest
from httpx import AsyncClient
from httpx_ws import aconnect_ws
from reflector.app import app
from uvicorn import Config, Server