summaryrefslogtreecommitdiffstats
path: root/res/res/resources/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'res/res/resources/tests.py')
-rw-r--r--res/res/resources/tests.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/res/res/resources/tests.py b/res/res/resources/tests.py
index a6b9ead..7f5026e 100644
--- a/res/res/resources/tests.py
+++ b/res/res/resources/tests.py
@@ -219,7 +219,3 @@ class ResourceTest(TestCase):
response = self.client.get("/api/vnfres/v1/%s/volumes" % self.nf_inst_id)
self.assertEqual(self.volumes_data, response.data)
self.failUnlessEqual(status.HTTP_200_OK, response.status_code)
-
- def test_swagger_ok(self):
- resp = self.client.get("/api/vnfres/v1/swagger.json", format="json")
- self.assertEqual(resp.status_code, status.HTTP_200_OK, resp.content)