mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix check constraint regression tests.
This commit is contained in:
parent
784f3f59d8
commit
890fece73a
@ -25,7 +25,7 @@ class CheckConstraintAddTestCase(BaseTestGenerator):
|
|||||||
"""This class will add check constraint to existing table"""
|
"""This class will add check constraint to existing table"""
|
||||||
scenarios = [
|
scenarios = [
|
||||||
('Add check constraint to table',
|
('Add check constraint to table',
|
||||||
dict(url='/browser/check_constraints/obj/'))
|
dict(url='/browser/check_constraint/obj/'))
|
||||||
]
|
]
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
|
@ -25,7 +25,7 @@ class CheckConstraintDeleteTestCase(BaseTestGenerator):
|
|||||||
"""This class will delete check constraint to existing table"""
|
"""This class will delete check constraint to existing table"""
|
||||||
scenarios = [
|
scenarios = [
|
||||||
('Delete check constraint to table',
|
('Delete check constraint to table',
|
||||||
dict(url='/browser/check_constraints/obj/'))
|
dict(url='/browser/check_constraint/obj/'))
|
||||||
]
|
]
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
|
@ -25,7 +25,7 @@ class CheckConstraintGetTestCase(BaseTestGenerator):
|
|||||||
"""This class will fetch check constraint to existing table"""
|
"""This class will fetch check constraint to existing table"""
|
||||||
scenarios = [
|
scenarios = [
|
||||||
('Fetch check constraint to table',
|
('Fetch check constraint to table',
|
||||||
dict(url='/browser/check_constraints/obj/'))
|
dict(url='/browser/check_constraint/obj/'))
|
||||||
]
|
]
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
|
@ -26,7 +26,7 @@ class CheckConstraintPutTestCase(BaseTestGenerator):
|
|||||||
"""This class will update check constraint to existing table"""
|
"""This class will update check constraint to existing table"""
|
||||||
scenarios = [
|
scenarios = [
|
||||||
('Update check constraint to table',
|
('Update check constraint to table',
|
||||||
dict(url='/browser/check_constraints/obj/'))
|
dict(url='/browser/check_constraint/obj/'))
|
||||||
]
|
]
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user