summaryrefslogtreecommitdiffstats
path: root/lenovo/thinkcloud/registration/tests/test_registration.py
diff options
context:
space:
mode:
Diffstat (limited to 'lenovo/thinkcloud/registration/tests/test_registration.py')
-rw-r--r--lenovo/thinkcloud/registration/tests/test_registration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lenovo/thinkcloud/registration/tests/test_registration.py b/lenovo/thinkcloud/registration/tests/test_registration.py
index c8c8e6b5..c9de46d9 100644
--- a/lenovo/thinkcloud/registration/tests/test_registration.py
+++ b/lenovo/thinkcloud/registration/tests/test_registration.py
@@ -294,7 +294,7 @@ class TestRegistration(test_base.TestRequest):
"registry"), "{}", content_type="application/json",
HTTP_X_AUTH_TOKEN=mock_info.MOCK_TOKEN_ID)
- self.assertEquals(status.HTTP_500_INTERNAL_SERVER_ERROR,
+ self.assertEquals(status.HTTP_204_NO_CONTENT,
response.status_code)
@mock.patch.object(VimDriverUtils, 'get_session')