Fix check constraint regression tests.
parent
784f3f59d8
commit
890fece73a
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue