summaryrefslogtreecommitdiffstats
path: root/windriver/titanium_cloud/swagger/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'windriver/titanium_cloud/swagger/tests.py')
-rw-r--r--windriver/titanium_cloud/swagger/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/windriver/titanium_cloud/swagger/tests.py b/windriver/titanium_cloud/swagger/tests.py
index 83fe5409..fde26217 100644
--- a/windriver/titanium_cloud/swagger/tests.py
+++ b/windriver/titanium_cloud/swagger/tests.py
@@ -26,7 +26,7 @@ class SampleViewTest(unittest.TestCase):
pass
def test_sample(self):
- response = self.client.get("/api/multicloud-titanium_cloud/v0/swagger.json")
+ response = self.client.get("/api/multicloud-titaniumcloud/v0/swagger.json")
self.assertEqual(status.HTTP_200_OK, response.status_code, response.content)
# resp_data = response.json()
# self.assertEqual({"status": "active"}, resp_data)