diff options
author | Ruan HE <ruan.he@orange.com> | 2018-02-12 10:29:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-12 10:29:33 +0000 |
commit | 4841ea360bb6feec4d2c644040e12a2657769634 (patch) | |
tree | 06d3c97388484f618005dde14a173b3d798db1c3 | |
parent | 46a1ca258761a62671397361617334e305dae507 (diff) | |
parent | fc98937299ace964f661e5b1ac926eed16e7b440 (diff) |
Merge "Fix moon-manager tests"
-rw-r--r-- | moon_manager/tests/unit_python/api/test_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/moon_manager/tests/unit_python/api/test_data.py b/moon_manager/tests/unit_python/api/test_data.py index 87a80c69..714414bb 100644 --- a/moon_manager/tests/unit_python/api/test_data.py +++ b/moon_manager/tests/unit_python/api/test_data.py @@ -165,4 +165,4 @@ def test_delete_action_data(): success_req = delete_action_data(client, policy_id) assert success_req.status_code == 200 -# ---------------------------------------------------------------------------
\ No newline at end of file +# --------------------------------------------------------------------------- |