summaryrefslogtreecommitdiffstats
path: root/conductor/conductor/tests/unit/api/controller/v1/test_v1_root.py
diff options
context:
space:
mode:
Diffstat (limited to 'conductor/conductor/tests/unit/api/controller/v1/test_v1_root.py')
-rw-r--r--conductor/conductor/tests/unit/api/controller/v1/test_v1_root.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conductor/conductor/tests/unit/api/controller/v1/test_v1_root.py b/conductor/conductor/tests/unit/api/controller/v1/test_v1_root.py
index ade3f2c..512c0c2 100644
--- a/conductor/conductor/tests/unit/api/controller/v1/test_v1_root.py
+++ b/conductor/conductor/tests/unit/api/controller/v1/test_v1_root.py
@@ -25,5 +25,5 @@ class TestV1Root(base_api.BaseApiTest):
def test_get_v1_root(self):
actual_response = self.app.get('/v1', expect_errors=True)
- print('GOT:%s' % actual_response)
+ # print('GOT:%s' % actual_response)
self.assertEqual(actual_response.status_int, 405)