Skip to content

Commit e3e5786

Browse files
committed
ci: Fix fastapi version difference
1 parent dd71c98 commit e3e5786

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def client(self):
227227

228228
from fastapi.testclient import TestClient
229229
from app.main import app
230-
with TestClient(app, raise_server_exceptions=False) as c:
230+
with TestClient(app) as c:
231231
yield c, mock_inference
232232

233233
def test_health_check(self, client):

0 commit comments

Comments
 (0)