aboutsummaryrefslogtreecommitdiffstats
path: root/python_moondb/tests/unit_python/models/test_meta_rules.py
diff options
context:
space:
mode:
authorfrancois.cellier <francois.cellier@orange.com>2018-03-16 15:51:01 +0100
committerThomas Duval <thomas.duval@orange.com>2018-03-22 17:22:31 +0100
commit9ac76616f62ef73f093ce63017782dda6bd3fc9d (patch)
tree57cf872e020268ec78f048ab53b0cf83da8bbb69 /python_moondb/tests/unit_python/models/test_meta_rules.py
parent6d2dbd0af7da445b39bbb7e16a36260268c685cd (diff)
Add unique constraints on db tables
Change-Id: I8480ed2be16f73ada314f64f0bfda8e788288933
Diffstat (limited to 'python_moondb/tests/unit_python/models/test_meta_rules.py')
-rw-r--r--python_moondb/tests/unit_python/models/test_meta_rules.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python_moondb/tests/unit_python/models/test_meta_rules.py b/python_moondb/tests/unit_python/models/test_meta_rules.py
index d8b61365..585274d9 100644
--- a/python_moondb/tests/unit_python/models/test_meta_rules.py
+++ b/python_moondb/tests/unit_python/models/test_meta_rules.py
@@ -127,7 +127,6 @@ def test_get_meta_rule_success(db):
def test_get_specific_meta_rule_success(db):
# arrange
- add_meta_rule()
added_meta_rules = add_meta_rule()
added_meta_rule_id = list(added_meta_rules.keys())[0]
# action