aboutsummaryrefslogtreecommitdiffstats
path: root/moon_wrapper/tests
diff options
context:
space:
mode:
authorAsteroide <thomas.duval@orange.com>2018-02-19 15:33:48 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-02-19 15:33:48 +0000
commitf4c44ba00f07c75099fbf0316c9e3bc53b83f30d (patch)
treedd8c9a02f4f8cda776c36b2e3fa4b63a4412ad6d /moon_wrapper/tests
parent4841ea360bb6feec4d2c644040e12a2657769634 (diff)
parent67559fcdc829341f369f7d2c5b92f1e0dec42f04 (diff)
Merge "adding comments for enahancement"
Diffstat (limited to 'moon_wrapper/tests')
-rw-r--r--moon_wrapper/tests/unit_python/api/test_wrapper.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/moon_wrapper/tests/unit_python/api/test_wrapper.py b/moon_wrapper/tests/unit_python/api/test_wrapper.py
index be3e8576..bd6baf32 100644
--- a/moon_wrapper/tests/unit_python/api/test_wrapper.py
+++ b/moon_wrapper/tests/unit_python/api/test_wrapper.py
@@ -68,4 +68,5 @@ def test_authz_error_no_interface_key(context):
'target': json.dumps(_target),
'credentials': 'null'}
req = client.post("/authz/oslo", data=json.dumps(authz_data))
- assert req.status_code == 403 \ No newline at end of file
+
+ assert req.data == b"False" \ No newline at end of file