Open savagej opened 3 years ago
curl https://bertmodel-57-52ehdii2ta-uc.a.run.app/ping
should return { "status": "Healthy" }
curl https://bertmodel-57-52ehdii2ta-uc.a.run.app/predictions/news_classification -A "Business is good this year"
should return "Business"
To mock the acceptance tests we'd do on creation of a Cloud Run service, would be good to ping the endpoint for health and maybe even make sure "Business is good this year" returns
Business