cloudendpoints / endpoints-management-python

A Python library for managing API services using Google's Service Control APIs
Apache License 2.0
19 stars 22 forks source link

Fix service unavailable error handling. #74

Closed inklesspen closed 6 years ago

inklesspen commented 6 years ago

We need to instantiate the HTTPServiceUnavailable object before returning it. Added a test to make sure that calling this error handler actually works.

Fixes #73.