aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/tests/utils
diff options
context:
space:
mode:
authorasteroide <thomas.duval@orange.com>2017-09-19 11:17:27 +0200
committerasteroide <thomas.duval@orange.com>2017-09-19 11:17:27 +0200
commitc9a6f3aa1e9bf6de81879adf1916fa26c4a01e74 (patch)
tree2dc984e47e77cfa791450150a849f1df5df4320d /moonv4/tests/utils
parent57ab5ed9fb4c7f32f64ac658e5aa8f0df1fdf454 (diff)
Delete graph functions and clean the code
Change-Id: I507e2af5ffdbb97a36469a369e4c48ba7c65be33
Diffstat (limited to 'moonv4/tests/utils')
-rw-r--r--moonv4/tests/utils/policies.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/moonv4/tests/utils/policies.py b/moonv4/tests/utils/policies.py
index 2180317e..df7f5f57 100644
--- a/moonv4/tests/utils/policies.py
+++ b/moonv4/tests/utils/policies.py
@@ -55,7 +55,6 @@ subject_assignment_template = {
def check_policy(policy_id=None):
- print("URL={}".format(URL.format("/policies")))
req = requests.get(URL.format("/policies"))
assert req.status_code == 200
result = req.json()