aboutsummaryrefslogtreecommitdiffstats
path: root/moon_manager/tests/unit_python/api/test_export.py
diff options
context:
space:
mode:
authorThomas Duval <thomas.duval@orange.com>2018-03-14 11:25:06 +0100
committerThomas Duval <thomas.duval@orange.com>2018-03-15 10:47:03 +0100
commitd425d4edf13ed389cd34113bd9fd78eaa0a08c20 (patch)
tree1ecfdf8a7f97f71748cf31e0ef45518997672993 /moon_manager/tests/unit_python/api/test_export.py
parentacb811aafc97d60cdcc71e0b9b2466fb00bfb097 (diff)
Fix bugs due to the modification of python_moondb
Change-Id: Id3855a6e8da9f8ef942c7a34a3e8da4f87be4c9e
Diffstat (limited to 'moon_manager/tests/unit_python/api/test_export.py')
-rw-r--r--moon_manager/tests/unit_python/api/test_export.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/moon_manager/tests/unit_python/api/test_export.py b/moon_manager/tests/unit_python/api/test_export.py
index 0b9cd6a7..122ab927 100644
--- a/moon_manager/tests/unit_python/api/test_export.py
+++ b/moon_manager/tests/unit_python/api/test_export.py
@@ -1,3 +1,8 @@
+# Copyright 2018 Open Platform for NFV Project, Inc. and its contributors
+# This software is distributed under the terms and conditions of the 'Apache-2.0'
+# license which can be found in the file 'LICENSE' in this package distribution
+# or at 'http://www.apache.org/licenses/LICENSE-2.0'.
+
import json
import api.utilities as utilities
import api.import_export_utilities as import_export_utilities
@@ -169,7 +174,6 @@ def test_export_subject_object_action_categories():
req = client.get("/export")
assert req.status_code == 200
data = utilities.get_json(req.data)
- print(data)
assert "content" in data
type_elements = ["subject", "object", "action"]
for type_element in type_elements: