blob: a35724d047897c4fe797d7f5b650cd6dc4c16b4e [file] [log] [blame]
#!/usr/bin/env python
# encoding: utf-8
from . import GStackAppTestCase
class DiscoveryTestCase(GStackAppTestCase):
def test_discovery(self):
response = self.get('/discovery/v1/apis/compute/v1/rest')
self.assert_ok(response)