aboutsummaryrefslogtreecommitdiffstats
path: root/moon_manager/tests/unit_python/api/test_rules.py
diff options
context:
space:
mode:
authorAsteroide <thomas.duval@orange.com>2018-03-08 14:25:17 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-08 14:25:17 +0000
commit0f97a918f583edfe1c2e92ce4abadd7aef3b1c4f (patch)
treec1f13b9fdca36be3f371442bb5bb11f875239a6f /moon_manager/tests/unit_python/api/test_rules.py
parent9a2e6721376547244e53dbb92ea596f526a9c865 (diff)
parent7343cf25ad890e18b2f5b8d35c6acfc821dfd5ec (diff)
Merge "Add import and export pdps"
Diffstat (limited to 'moon_manager/tests/unit_python/api/test_rules.py')
-rw-r--r--moon_manager/tests/unit_python/api/test_rules.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/moon_manager/tests/unit_python/api/test_rules.py b/moon_manager/tests/unit_python/api/test_rules.py
index 86a3d390..0b302494 100644
--- a/moon_manager/tests/unit_python/api/test_rules.py
+++ b/moon_manager/tests/unit_python/api/test_rules.py
@@ -35,6 +35,7 @@ def test_get_rules():
assert req.status_code == 200
assert isinstance(rules, dict)
assert "rules" in rules
+ return req, rules
def test_add_rules():