Se correige el error de la importación de la API del modulo server pero surge un nuevo error.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
from fastapi.testclient import TestClient
|
||||
from ..server import app
|
||||
from app.server import fa_app
|
||||
|
||||
client = TestClient(app)
|
||||
client = TestClient(fa_app)
|
||||
|
||||
|
||||
def test_process_text(mocker):
|
||||
|
||||
Reference in New Issue
Block a user