Fix check constraint regression tests.

This commit is contained in:
Dave Page 2017-10-16 16:01:07 +01:00
parent 784f3f59d8
commit 890fece73a
4 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ class CheckConstraintAddTestCase(BaseTestGenerator):
"""This class will add check constraint to existing table"""
scenarios = [
('Add check constraint to table',
dict(url='/browser/check_constraints/obj/'))
dict(url='/browser/check_constraint/obj/'))
]
def setUp(self):

View File

@ -25,7 +25,7 @@ class CheckConstraintDeleteTestCase(BaseTestGenerator):
"""This class will delete check constraint to existing table"""
scenarios = [
('Delete check constraint to table',
dict(url='/browser/check_constraints/obj/'))
dict(url='/browser/check_constraint/obj/'))
]
def setUp(self):

View File

@ -25,7 +25,7 @@ class CheckConstraintGetTestCase(BaseTestGenerator):
"""This class will fetch check constraint to existing table"""
scenarios = [
('Fetch check constraint to table',
dict(url='/browser/check_constraints/obj/'))
dict(url='/browser/check_constraint/obj/'))
]
def setUp(self):

View File

@ -26,7 +26,7 @@ class CheckConstraintPutTestCase(BaseTestGenerator):
"""This class will update check constraint to existing table"""
scenarios = [
('Update check constraint to table',
dict(url='/browser/check_constraints/obj/'))
dict(url='/browser/check_constraint/obj/'))
]
def setUp(self):