Fix swagger test
This commit is contained in:
parent
81bb76d3df
commit
d9ce8fdf52
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ class TestCSRFFailure(ApiTestCase):
|
||||||
class TestDiscovery(ApiTestCase):
|
class TestDiscovery(ApiTestCase):
|
||||||
def test_discovery(self):
|
def test_discovery(self):
|
||||||
json = self.getJsonResponse(DiscoveryResource)
|
json = self.getJsonResponse(DiscoveryResource)
|
||||||
assert 'apis' in json
|
assert 'paths' in json
|
||||||
|
|
||||||
|
|
||||||
class TestPlans(ApiTestCase):
|
class TestPlans(ApiTestCase):
|
||||||
|
|
Reference in a new issue