Fix swagger test

This commit is contained in:
Joseph Schorr 2015-06-29 21:38:21 +03:00
parent 81bb76d3df
commit d9ce8fdf52

View file

@ -213,7 +213,7 @@ class TestCSRFFailure(ApiTestCase):
class TestDiscovery(ApiTestCase):
def test_discovery(self):
json = self.getJsonResponse(DiscoveryResource)
assert 'apis' in json
assert 'paths' in json
class TestPlans(ApiTestCase):