aboutsummaryrefslogtreecommitdiffstats
path: root/lcm/ns_vnfs/tests/verify_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/ns_vnfs/tests/verify_test.py')
-rw-r--r--lcm/ns_vnfs/tests/verify_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/ns_vnfs/tests/verify_test.py b/lcm/ns_vnfs/tests/verify_test.py
index 532d5c1b..884e0093 100644
--- a/lcm/ns_vnfs/tests/verify_test.py
+++ b/lcm/ns_vnfs/tests/verify_test.py
@@ -27,4 +27,4 @@ class TestGetVnfViews(TestCase):
def test_verify_vnfs(self):
response = self.client.post("/api/nslcm/v1/vnfonboarding", data=self.data)
- self.failUnlessEqual(status.HTTP_202_ACCEPTED, response.status_code)
+ self.assertEqual(status.HTTP_202_ACCEPTED, response.status_code)