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"""
|
||||
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
Block a user