You've already forked RekomenciBackend
fix(): fix e2e ml tests, handle no entries for vacancies
This commit is contained in:
@@ -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"])),
|
||||
|
||||
Reference in New Issue
Block a user