fix(): fix e2e ml tests, handle no entries for vacancies

This commit is contained in:
gitgernit
2025-11-23 11:44:08 +03:00
parent a879da4ed5
commit b15282baef
8 changed files with 40 additions and 27 deletions
@@ -57,6 +57,7 @@ class MlApiGateway:
timeout=100,
)
response.raise_for_status()
response_json = response.json()
return GenerateResumePredictionResponse(
salary_from=Decimal(str(response_json["salary_from"])),